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
Here is the npm debug, I've never had npm issues on Windows until now, so it's hard to tell if it's because it won't run on windows or because something else is wrong:
npm-debug
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@1.4.28
3 info using node@v0.10.35
4 verbose node symlink C:\Program Files\nodejs\node.exe
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info prestart rtcio-demo-quickconnect@1.0.0
7 info start rtcio-demo-quickconnect@1.0.0
8 verbose unsafe-perm in lifecycle true
9 info rtcio-demo-quickconnect@1.0.0 Failed to exec start script
10 error rtcio-demo-quickconnect@1.0.0 start: DEBUG=rtc* node server.js
10 error Exit status 1
11 error Failed at the rtcio-demo-quickconnect@1.0.0 start script.
11 error This is most likely a problem with the rtcio-demo-quickconnect package,
11 error not with npm itself.
11 error Tell the author that this fails on your system:
11 error DEBUG=rtc* node server.js
11 error You can get their info via:
11 error npm owner ls rtcio-demo-quickconnect
11 error There is likely additional logging output above.
12 error System Windows_NT 6.1.7601
13 error command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
14 error cwd C:\Users\AntonVolt\Desktop\MOBILE\demo-quickconnect-master
15 error node -v v0.10.35
16 error npm -v 1.4.28
17 error code ELIFECYCLE
18 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered:
Here is the npm debug, I've never had npm issues on Windows until now, so it's hard to tell if it's because it won't run on windows or because something else is wrong:
npm-debug
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@1.4.28
3 info using node@v0.10.35
4 verbose node symlink C:\Program Files\nodejs\node.exe
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info prestart rtcio-demo-quickconnect@1.0.0
7 info start rtcio-demo-quickconnect@1.0.0
8 verbose unsafe-perm in lifecycle true
9 info rtcio-demo-quickconnect@1.0.0 Failed to exec start script
10 error rtcio-demo-quickconnect@1.0.0 start:
DEBUG=rtc* node server.js
10 error Exit status 1
11 error Failed at the rtcio-demo-quickconnect@1.0.0 start script.
11 error This is most likely a problem with the rtcio-demo-quickconnect package,
11 error not with npm itself.
11 error Tell the author that this fails on your system:
11 error DEBUG=rtc* node server.js
11 error You can get their info via:
11 error npm owner ls rtcio-demo-quickconnect
11 error There is likely additional logging output above.
12 error System Windows_NT 6.1.7601
13 error command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
14 error cwd C:\Users\AntonVolt\Desktop\MOBILE\demo-quickconnect-master
15 error node -v v0.10.35
16 error npm -v 1.4.28
17 error code ELIFECYCLE
18 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: