Advertisement
Guest User

Untitled

a guest
Jun 9th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. npm http 200 https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz
  2. npm http 200 https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz
  3. /usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
  4. grunt-cli@0.1.13 /usr/lib/node_modules/grunt-cli
  5. ├── resolve@0.3.1
  6. ├── nopt@1.0.10 (abbrev@1.0.5)
  7. └── findup-sync@0.1.3 (lodash@2.4.1, glob@3.2.11)
  8. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$ npm install
  9. npm ERR! install Couldn't read dependencies
  10. npm ERR! package.json ENOENT, open '/home/andrewalbion/fuel-main/build/repos/nailgun/package.json'
  11. npm ERR! package.json This is most likely not a problem with npm itself.
  12. npm ERR! package.json npm can't find a package.json file in your current directory.
  13.  
  14. npm ERR! System Linux 3.5.0-17-generic
  15. npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
  16. npm ERR! cwd /home/andrewalbion/fuel-main/build/repos/nailgun
  17. npm ERR! node -v v0.10.28
  18. npm ERR! npm -v 1.4.9
  19. npm ERR! path /home/andrewalbion/fuel-main/build/repos/nailgun/package.json
  20. npm ERR! code ENOPACKAGEJSON
  21. npm ERR! errno 34
  22. npm ERR!
  23. npm ERR! Additional logging details can be found in:
  24. npm ERR! /home/andrewalbion/fuel-main/build/repos/nailgun/npm-debug.log
  25. npm ERR! not ok code 0
  26. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$ ls
  27. bin build_docs.sh docs fuelclient fuelmenu fuel_upgrade_system nailgun netcheck.py network_checker npm-debug.log README.md run_tests.sh shotgun
  28. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement