When executing the "npm install" command in the terminal, I get the following:

npm ERR! install Couldn't read dependencies npm ERR! package.json ENOENT, open '/home/www/app.luckyplay.su/package.json' npm ERR! package.json This is most likely not a problem with npm itself. npm ERR! package.json npm can't find a package.json file in your current directory. npm ERR! System Linux 2.6.32-042stab120.16 npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /home/www/app.luckyplay.su npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.21 npm ERR! path /home/www/app.luckyplay.su/package.json npm ERR! code ENOPACKAGEJSON npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/www/app.luckyplay.su/npm-debug.log npm ERR! not ok code 0 
  • check that you have a package.json file - Mikhail Vaysman
  • Yes, there is ........ - Miller
  • check that you run npm install in the correct directory, in which package.json is Mikhail Vaysman
  • in the correct directory run. Now shows it: npm ERR! 404 Not Found npm ERR! 404 npm ERR! 404 'angular / http' is not in the npm registry. npm ERR! 404 ERR! 404 It was specified as a dependency of 'Angular2' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, or http url, or git url. - Miller
  • Update your question according to the guidelines for keeping discussions on Stack Overflow , instead of posting comments. - Mikhail Vaysman

0