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 what i get via "npm start": npm ERR! [email protected] start: babel-node index.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is most likely a problem with the chatslate package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! babel-node index.js npm ERR! You can get their info via: npm ERR! npm owner ls chatslate npm ERR! There is likely additional logging output above. npm ERR! System Linux 3.16.0-4-amd64 npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start" npm ERR! cwd /bot/slack/slack-traductor npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! code ELIFECYCLE npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /bot/slack/slack-traductor/npm-debug.log npm ERR! not ok code 0
And here is npm-debug.log: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info prestart [email protected] 6 info start [email protected] 7 verbose unsafe-perm in lifecycle true 8 info [email protected] Failed to exec start script 9 error [email protected] start:babel-node index.js9 error Exit status 1 10 error Failed at the [email protected] start script. 10 error This is most likely a problem with the slack-traductor package, 10 error not with npm itself. 10 error Tell the author that this fails on your system: 10 error babel-node index.js 10 error You can get their info via: 10 error npm owner ls slack-traductor 10 error There is likely additional logging output above. 11 error System Linux 3.16.0-4-amd64 12 error command "/usr/bin/nodejs" "/usr/bin/npm" "start" 13 error cwd /bot/slack/slack-traductor 14 error node -v v0.10.29 15 error npm -v 1.4.21 16 error code ELIFECYCLE 17 verbose exit [ 1, true ]
System is Debian
The text was updated successfully, but these errors were encountered:
Here is what i get via "npm start":
npm ERR! [email protected] start: babel-node index.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is most likely a problem with the chatslate package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! babel-node index.js npm ERR! You can get their info via: npm ERR! npm owner ls chatslate npm ERR! There is likely additional logging output above. npm ERR! System Linux 3.16.0-4-amd64 npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start" npm ERR! cwd /bot/slack/slack-traductor npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! code ELIFECYCLE npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /bot/slack/slack-traductor/npm-debug.log npm ERR! not ok code 0
And here is npm-debug.log:
0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info prestart [email protected] 6 info start [email protected] 7 verbose unsafe-perm in lifecycle true 8 info [email protected] Failed to exec start script 9 error [email protected] start:
babel-node index.js9 error Exit status 1 10 error Failed at the [email protected] start script. 10 error This is most likely a problem with the slack-traductor package, 10 error not with npm itself. 10 error Tell the author that this fails on your system: 10 error babel-node index.js 10 error You can get their info via: 10 error npm owner ls slack-traductor 10 error There is likely additional logging output above. 11 error System Linux 3.16.0-4-amd64 12 error command "/usr/bin/nodejs" "/usr/bin/npm" "start" 13 error cwd /bot/slack/slack-traductor 14 error node -v v0.10.29 15 error npm -v 1.4.21 16 error code ELIFECYCLE 17 verbose exit [ 1, true ]
System is Debian
The text was updated successfully, but these errors were encountered: