Guest User

Untitled

a guest
Dec 16th, 2017
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. $ sudo rm -rf node_modules
  2. [11:50:13] ➜ service-app rbenv:(2.4.2) git:(feature/order) ✗
  3. $ sudo npm install
  4.  
  5.  
  6. > fsevents@1.1.3 install /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/fsevents
  7. > node install
  8.  
  9. [fsevents] Success: "/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/fsevents/lib/binding/Release/node-v59-darwin-x64/fse.node" is installed via remote
  10.  
  11. > node-sass@4.7.2 install /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass
  12. > node scripts/install.js
  13.  
  14. Unable to save binary /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass/vendor/darwin-x64-59 : { Error: EACCES: permission denied, mkdir '/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass/vendor'
  15. at Object.fs.mkdirSync (fs.js:905:18)
  16. at sync (/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/mkdirp/index.js:71:13)
  17. at Function.sync (/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/mkdirp/index.js:77:24)
  18. at checkAndDownloadBinary (/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass/scripts/install.js:111:11)
  19. at Object.<anonymous> (/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass/scripts/install.js:154:1)
  20. at Module._compile (module.js:660:30)
  21. at Object.Module._extensions..js (module.js:671:10)
  22. at Module.load (module.js:573:32)
  23. at tryModuleLoad (module.js:513:12)
  24. at Function.Module._load (module.js:505:3)
  25. errno: -13,
  26. code: 'EACCES',
  27. syscall: 'mkdir',
  28. path: '/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass/vendor' }
  29.  
  30. > uglifyjs-webpack-plugin@0.4.6 postinstall /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
  31. > node lib/post_install.js
  32.  
  33.  
  34. > node-sass@4.7.2 postinstall /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass
  35. > node scripts/build.js
  36.  
  37. Building: /usr/local/Cellar/node/9.3.0_1/bin/node /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
  38. gyp info it worked if it ends with ok
  39. gyp verb cli [ '/usr/local/Cellar/node/9.3.0_1/bin/node',
  40. gyp verb cli '/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-gyp/bin/node-gyp.js',
  41. gyp verb cli 'rebuild',
  42. gyp verb cli '--verbose',
  43. gyp verb cli '--libsass_ext=',
  44. gyp verb cli '--libsass_cflags=',
  45. gyp verb cli '--libsass_ldflags=',
  46. gyp verb cli '--libsass_library=' ]
  47. gyp info using node-gyp@3.6.2
  48. gyp info using node@9.3.0 | darwin | x64
  49. gyp verb command rebuild []
  50. gyp verb command clean []
  51. gyp verb clean removing "build" directory
  52. gyp verb command configure []
  53. gyp verb check python checking for Python executable "python2" in the PATH
  54. gyp verb `which` succeeded python2 /usr/local/bin/python2
  55. gyp verb check python version `/usr/local/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.14n"
  56. gyp verb get node dir no --target version specified, falling back to host node version: 9.3.0
  57. gyp verb command install [ '9.3.0' ]
  58. gyp verb install input version string "9.3.0"
  59. gyp verb install installing version: 9.3.0
  60. gyp verb install --ensure was passed, so won't reinstall if already installed
  61. gyp verb install version is already installed, need to check "installVersion"
  62. gyp verb got "installVersion" 9
  63. gyp verb needs "installVersion" 9
  64. gyp verb install version is good
  65. gyp verb get node dir target node version installed: 9.3.0
  66. gyp verb build dir attempting to create "build" dir: /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass/build
  67. gyp ERR! configure error
  68. gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass/build'
  69. gyp ERR! System Darwin 17.2.0
  70. gyp ERR! command "/usr/local/Cellar/node/9.3.0_1/bin/node" "/Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
  71. gyp ERR! cwd /Users/alder/Projects/_apps/service_exchange/service-app/node_modules/node-sass
  72. gyp ERR! node -v v9.3.0
  73. gyp ERR! node-gyp -v v3.6.2
  74. gyp ERR! not ok
  75. Build failed with error code: 1
  76. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-sass@4.7.2 (node_modules/node-sass):
  77. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-sass@4.7.2 postinstall: `node scripts/build.js`
  78. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  79.  
  80. added 1336 packages in 36.348s
Add Comment
Please, Sign In to add comment