Guest User

Untitled

a guest
Jun 24th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. # Install NVM (1)
  2. # Install script
  3. # With CURl
  4. # curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
  5. # or Wget:
  6. wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
  7.  
  8. export NVM_DIR="$HOME/.nvm"
  9. [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
  10.  
  11. # Install Node.js v4 LTS
  12. nvm install v4
  13. # Install ZeroMQ and Tools
  14. apt-get install libzmq3-dev build-essential
  15. # Install Bitcore
  16. npm install -g bitcore
  17.  
  18. > bitcore-node@3.1.3 preinstall C:UsersUserAppDataRoamingnpmnode_modulesbitcorenode_modulesbitcore-node
  19. > ./scripts/download
  20.  
  21. "." no se reconoce como un comando interno o externo,
  22. programa o archivo por lotes ejecutable.
  23. npm WARN Error: EPERM: operation not permitted, lstat 'C:UsersUserAppDataRoamingnpmnode_modulesbitcorenode_modulesutf-8-validatenode_modules'
  24. npm WARN { Error: EPERM: operation not permitted, lstat 'C:UsersUserAppDataRoamingnpmnode_modulesbitcorenode_modulesutf-8-validatenode_modules'
  25. npm WARN stack: 'Error: EPERM: operation not permitted, lstat 'C:\Users\User\AppData\Roaming\npm\node_modules\bitcore\node_modules\utf-8-validate\node_modules'',
  26. npm WARN errno: -4048,
  27. npm WARN code: 'EPERM',
  28. npm WARN syscall: 'lstat',
  29. npm WARN path: 'C:\Users\User\AppData\Roaming\npm\node_modules\bitcore\node_modules\utf-8-validate\node_modules' }
  30. npm ERR! code ELIFECYCLE
  31. npm ERR! errno 1
  32. npm ERR! bitcore-node@3.1.3 preinstall: `./scripts/download`
  33. npm ERR! Exit status 1
  34. npm ERR!
  35. npm ERR! Failed at the bitcore-node@3.1.3 preinstall script.
  36. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  37.  
  38. npm ERR! A complete log of this run can be found in:
  39. npm ERR! C:UsersUserAppDataRoamingnpm-cache_logs2018-06-24T12_23_42_800Z-debug.log
  40.  
  41. npm install -g bitcore
  42.  
  43. > bitcore-node@3.1.3 preinstall /root/.nvm/versions/node/v4.9.1/lib/node_modules/bitcore/node_modules/bitcore-node
  44. > ./scripts/download
  45.  
  46. ./scripts/download: line 30: cd: /root/.nvm/versions/node/v4.9.1/lib/node_modules/bitcore/node_modules/bitcore-node/scripts/../bin: Permission denied
  47. npm ERR! Linux 4.15.0-22-generic
  48. npm ERR! argv "/root/.nvm/versions/node/v4.9.1/bin/node" "/root/.nvm/versions/node/v4.9.1/bin/npm" "install" "-g" "bitcore"
  49. npm ERR! node v4.9.1
  50. npm ERR! npm v2.15.11
  51. npm ERR! code ELIFECYCLE
  52.  
  53. npm ERR! bitcore-node@3.1.3 preinstall: `./scripts/download`
  54. npm ERR! Exit status 1
  55. npm ERR!
  56. npm ERR! Failed at the bitcore-node@3.1.3 preinstall script './scripts/download'.
  57. npm ERR! This is most likely a problem with the bitcore-node package,
  58. npm ERR! not with npm itself.
  59. npm ERR! Tell the author that this fails on your system:
  60. npm ERR! ./scripts/download
  61. npm ERR! You can get information on how to open an issue for this project with:
  62. npm ERR! npm bugs bitcore-node
  63. npm ERR! Or if that isn't available, you can get their info via:
  64. npm ERR!
  65. npm ERR! npm owner ls bitcore-node
  66. npm ERR! There is likely additional logging output above.
  67.  
  68. npm ERR! Please include the following file with any support request:
  69. npm ERR! /root/npm-debug.log
Add Comment
Please, Sign In to add comment