You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and I apologize in advance for the n00b question. New to this but I'm trying to add new links to the newegg store for the new PS5 bundles they will be releasing soon. I want to say maybe something is wrong with my URL's but can anyone steer me in the right direction?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Sid\AppData\Roaming\npm-cache_logs\2020-12-12T07_24_09_508Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! streetmerchant@ start: npm run build && node build/index.js
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the streetmerchant@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Sid\AppData\Roaming\npm-cache_logs\2020-12-12T07_24_09_632Z-debug.log
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello and I apologize in advance for the n00b question. New to this but I'm trying to add new links to the newegg store for the new PS5 bundles they will be releasing soon. I want to say maybe something is wrong with my URL's but can anyone steer me in the right direction?
I updated the newegg.ts file with the following:
{
brand: 'sony',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16868110295',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.newegg.com/p/N82E16868110295
},
{
brand: 'sony',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16868110296',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.newegg.com/p/N82E16868110296'
},
{
brand: 'sony',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16868110291',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.newegg.com/p/N82E16868110291'
},
{
brand: 'sony',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16868110293',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.newegg.com/p/N82E16868110293'
Got the following errors upon running the store:
src/store/model/newegg.ts:943:3 - error TS1005: ',' expected.
943 {
~
src/store/model/newegg.ts:950:46 - error TS1002: Unterminated string literal.
950 'https://www.newegg.com/p/N82E16868110295
Found 2 errors.
npm ERR! code 2
npm ERR! path C:\streetmerchant
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c tsc
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Sid\AppData\Roaming\npm-cache_logs\2020-12-12T07_24_09_508Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! streetmerchant@ start:
npm run build && node build/index.js
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the streetmerchant@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Sid\AppData\Roaming\npm-cache_logs\2020-12-12T07_24_09_632Z-debug.log
Beta Was this translation helpful? Give feedback.
All reactions