Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. MacBook-Pro:~ normurodovfarrukh12$ sudo npm i -g gulp
  2. Password:
  3. npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size
  4. /Users/normurodovfarrukh12/.npm-global/bin/gulp -> /Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/bin/gulp.js
  5.  
  6. > fsevents@1.2.9 install /Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents
  7. > node install
  8.  
  9. node-pre-gyp WARN Using needle for node-pre-gyp https download
  10. node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.9 and node@13.1.0 (node-v79 ABI, unknown) (falling back to source compile with node-gyp)
  11. node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/lib'
  12. gyp WARN EACCES current user ("nobody") does not have permission to access the dev dir "/Users/normurodovfarrukh12/Library/Caches/node-gyp/13.1.0"
  13. gyp WARN EACCES attempting to reinstall using temporary dev dir "/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/.node-gyp"
  14. gyp WARN install got an error, rolling back install
  15. gyp WARN install got an error, rolling back install
  16. gyp ERR! configure error
  17. gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/.node-gyp'
  18. gyp ERR! System Darwin 18.2.0
  19. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64" "--napi_version=5" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v79"
  20. gyp ERR! cwd /Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents
  21. gyp ERR! node -v v13.1.0
  22. gyp ERR! node-gyp -v v5.0.5
  23. gyp ERR! not ok
  24. node-pre-gyp ERR! build error
  25. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node --module_name=fse --module_path=/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64 --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v79' (1)
  26. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  27. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:210:5)
  28. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1028:16)
  29. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
  30. node-pre-gyp ERR! System Darwin 18.2.0
  31. node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
  32. node-pre-gyp ERR! cwd /Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents
  33. node-pre-gyp ERR! node -v v13.1.0
  34. node-pre-gyp ERR! node-pre-gyp -v v0.12.0
  35. node-pre-gyp ERR! not ok
  36. Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64/fse.node --module_name=fse --module_path=/Users/normurodovfarrukh12/.npm-global/lib/node_modules/gulp/node_modules/fsevents/lib/binding/Release/node-v79-darwin-x64 --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v79' (1)
  37. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/gulp/node_modules/fsevents):
  38. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 install: `node install`
  39. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  40.  
  41. + gulp@4.0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement