Advertisement
albionandrew

Untitled

Jun 9th, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. Setting up nodejs (0.10.28-1chl1~quantal1) ...
  2. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$ sudo npm install -g grunt-cli
  3. npm http GET https://registry.npmjs.org/grunt-cli
  4. npm http 304 https://registry.npmjs.org/grunt-cli
  5. npm http GET https://registry.npmjs.org/resolve
  6. npm http GET https://registry.npmjs.org/nopt
  7. npm http GET https://registry.npmjs.org/findup-sync
  8. npm http 304 https://registry.npmjs.org/resolve
  9. npm http 304 https://registry.npmjs.org/findup-sync
  10. npm http 304 https://registry.npmjs.org/nopt
  11. npm http GET https://registry.npmjs.org/abbrev
  12. npm http GET https://registry.npmjs.org/glob
  13. npm http GET https://registry.npmjs.org/lodash
  14. npm http 304 https://registry.npmjs.org/abbrev
  15. npm http 304 https://registry.npmjs.org/glob
  16. npm http 304 https://registry.npmjs.org/lodash
  17. npm http GET https://registry.npmjs.org/inherits
  18. npm http GET https://registry.npmjs.org/minimatch
  19. npm http 304 https://registry.npmjs.org/inherits
  20. npm http 304 https://registry.npmjs.org/minimatch
  21. npm http GET https://registry.npmjs.org/lru-cache
  22. npm http GET https://registry.npmjs.org/sigmund
  23. npm http 304 https://registry.npmjs.org/sigmund
  24. npm http 304 https://registry.npmjs.org/lru-cache
  25. /usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
  26. grunt-cli@0.1.13 /usr/lib/node_modules/grunt-cli
  27. ├── resolve@0.3.1
  28. ├── nopt@1.0.10 (abbrev@1.0.5)
  29. └── findup-sync@0.1.3 (lodash@2.4.1, glob@3.2.11)
  30. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$ ls
  31. bin build_docs.sh docs fuelclient fuelmenu fuel_upgrade_system nailgun netcheck.py network_checker README.md run_tests.sh shotgun
  32. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$ cd nailgun
  33. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun/nailgun$ ls
  34. bower.json grunt manage.py nailgun package.json setup.py test-requirements.txt
  35. examples Gruntfile.js MANIFEST.in openstack-common.conf requirements.txt static ui_tests
  36. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun/nailgun$ npm install
  37. npm WARN package.json fuel-web@0.0.1 No description
  38. npm WARN package.json fuel-web@0.0.1 No README data
  39. npm http GET https://registry.npmjs.org/requirejs
  40. npm http GET https://registry.npmjs.org/less
  41. npm http GET https://registry.npmjs.org/grunt-contrib-clean
  42. npm http GET https://registry.npmjs.org/uglifyjs
  43. npm http GET https://registry.npmjs.org/grunt-cleanempty
  44. npm http GET https://registry.npmjs.org/grunt-jslint
  45. npm http GET https://registry.npmjs.org/grunt-contrib-less
  46. npm http GET https://registry.npmjs.org/grunt-bower
  47. npm http GET https://registry.npmjs.org/grunt-bower-task
  48. npm http GET https://registry.npmjs.org/grunt-contrib-requirejs
  49. npm http GET https://registry.npmjs.org/grunt-debug-task
  50. npm http GET https://registry.npmjs.org/lodash-node
  51. npm http GET https://registry.npmjs.org/grunt
  52. npm http GET https://registry.npmjs.org/jslint
  53. npm http 200 https://registry.npmjs.org/grunt-contrib-clean
  54. npm ERR! Error: EACCES, mkdir '/home/andrewalbion/tmp/npm-21265-DV0Wjgoa'
  55. npm ERR! { [Error: EACCES, mkdir '/home/andrewalbion/tmp/npm-21265-DV0Wjgoa']
  56. npm ERR! errno: 3,
  57. npm ERR! code: 'EACCES',
  58. npm ERR! path: '/home/andrewalbion/tmp/npm-21265-DV0Wjgoa',
  59. npm ERR! parent: 'fuel-web' }
  60. npm ERR!
  61. npm ERR! Please try running this command again as root/Administrator.
  62.  
  63. npm ERR! System Linux 3.5.0-17-generic
  64. npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
  65. npm ERR! cwd /home/andrewalbion/fuel-main/build/repos/nailgun/nailgun
  66. npm ERR! node -v v0.10.28
  67. npm ERR! npm -v 1.4.9
  68. npm ERR! path /home/andrewalbion/tmp/npm-21265-DV0Wjgoa
  69. npm ERR! code EACCES
  70. npm ERR! errno 3
  71. npm ERR! stack Error: EACCES, mkdir '/home/andrewalbion/tmp/npm-21265-DV0Wjgoa'
  72. npm http 200 https://registry.npmjs.org/grunt-cleanempty
  73. npm http 200 https://registry.npmjs.org/requirejs
  74. npm http 200 https://registry.npmjs.org/uglifyjs
  75. npm http 200 https://registry.npmjs.org/less
  76. npm http 200 https://registry.npmjs.org/grunt-jslint
  77. npm http 200 https://registry.npmjs.org/grunt-contrib-requirejs
  78. npm http 200 https://registry.npmjs.org/grunt-contrib-less
  79. npm http 200 https://registry.npmjs.org/grunt-bower
  80. npm http 200 https://registry.npmjs.org/grunt-bower-task
  81. npm http 200 https://registry.npmjs.org/grunt-debug-task
  82. npm http 200 https://registry.npmjs.org/lodash-node
  83. npm http 200 https://registry.npmjs.org/jslint
  84. npm http 200 https://registry.npmjs.org/grunt
  85. npm ERR!
  86. npm ERR! Additional logging details can be found in:
  87. npm ERR! /home/andrewalbion/fuel-main/build/repos/nailgun/nailgun/npm-debug.log
  88. npm ERR! not ok code 0
  89. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun/nailgun$ cd ..
  90. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$ npm install
  91. npm ERR! install Couldn't read dependencies
  92. npm ERR! package.json ENOENT, open '/home/andrewalbion/fuel-main/build/repos/nailgun/package.json'
  93. npm ERR! package.json This is most likely not a problem with npm itself.
  94. npm ERR! package.json npm can't find a package.json file in your current directory.
  95.  
  96. npm ERR! System Linux 3.5.0-17-generic
  97. npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
  98. npm ERR! cwd /home/andrewalbion/fuel-main/build/repos/nailgun
  99. npm ERR! node -v v0.10.28
  100. npm ERR! npm -v 1.4.9
  101. npm ERR! path /home/andrewalbion/fuel-main/build/repos/nailgun/package.json
  102. npm ERR! code ENOPACKAGEJSON
  103. npm ERR! errno 34
  104. npm ERR!
  105. npm ERR! Additional logging details can be found in:
  106. npm ERR! /home/andrewalbion/fuel-main/build/repos/nailgun/npm-debug.log
  107. npm ERR! not ok code 0
  108. (fuel)andrewalbion@andrewalbion-VirtualBox:~/fuel-main/build/repos/nailgun$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement