2016-06-14 3 views
1

У меня проблемы с узлами и пакетами npm.Ошибка при запуске скрипта [email protected] 'node server.js'

npm ERR! Linux 3.13.0-86-generic 
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" 
npm ERR! node v5.11.1 
npm ERR! npm v3.8.6 
npm ERR! code ELIFECYCLE 
npm ERR! [email protected] start: `node server.js` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] start script 'node server.js'. 
npm ERR! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, this is most likely a problem with the tekbook package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node server.js 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs tekbook 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR!  npm owner ls tekbook 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /var/www/nodejs/TekBook/npm-debug.log 
+0

НПХ начинают работать не – Gowthaman

+0

Пожалуйста, удалите '' node_modules' и НПЕ install' еще раз. Также, какую версию Node/NPM вы используете? – Duane

+0

Да работает .. Правильно .. – Gowthaman

ответ

0
  1. Обновления вашего узел до последнего расслоения плотной версии
  2. Удалить ваш node_modules и НОЙ установка
Смежные вопросы