Advertisement
Guest User

npm shrinkwrap fsevents windows trouble

a guest
Jul 21st, 2016
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. C:\Users\User\Documents\splive>npm install
  2. (node:2888) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
  3.  
  4. > [email protected] install C:\Users\User\Documents\splive\node_modules\fsevents
  5. > node-pre-gyp install --fallback-to-build
  6.  
  7. node-pre-gyp ERR! Tried to download: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.8/fse-v1.0.8-node-v48-win32-x64.tar.gz
  8. node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v48 ABI) (falling back to source compile with node-gyp)
  9. Traceback (most recent call last):
  10. File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\gyp_main.py", line 16, in <module>
  11. sys.exit(gyp.script_main())
  12. File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\__init__.py", line 545, in script_main
  13. return main(sys.argv[1:])
  14. File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\__init__.py", line 538, in main
  15. return gyp_main(args)
  16. File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\__init__.py", line 523, in gyp_main
  17. generator.GenerateOutput(flat_list, targets, data, params)
  18. File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py", line 2003, in GenerateOutput
  19. sln_projects, project_objects, flat=msvs_version.FlatSolution())
  20. File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py", line 1762, in _GatherSolutionFolders
  21. return _DictsToFolders('', root, flat)
  22. File "C:\Users\User\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\generator\msvs.py", line 1715, in _DictsToFolders
  23. for folder, contents in bucket.iteritems():
  24. AttributeError: 'MSVSProject' object has no attribute 'iteritems'
  25. gyp ERR! configure error
  26. gyp ERR! stack Error: `gyp` failed with exit code: 1
  27. gyp ERR! stack at ChildProcess.onCpExit (C:\Users\User\node_modules\npm\node_modules\node-gyp\lib\configure.js:305:16)
  28. gyp ERR! stack at emitTwo (events.js:106:13)
  29. gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  30. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
  31. gyp ERR! System Windows_NT 10.0.14388
  32. gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Users\\User\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=C:\\Users\\User\\Documents\\splive\\node_modules\\fsevents\\lib\\binding\\Release\\node-v48-win32-x64\\fse.node" "--module_name=fse" "--module_path=C:\\Users\\User\\Documents\\splive\\node_modules\\fsevents\\lib\\binding\\Release\\node-v48-win32-x64" "--python=C:\\Python27\\python.exe" "--msvs_version=2015"
  33. gyp ERR! cwd C:\Users\User\Documents\splive\node_modules\fsevents
  34. gyp ERR! node -v v6.3.0
  35. gyp ERR! node-gyp -v v3.4.0
  36. gyp ERR! not ok
  37. node-pre-gyp ERR! build error
  38. node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files (x86)\nodejs\node.exe C:\Users\User\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64\fse.node --module_name=fse --module_path=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64 --python=C:\Python27\python.exe --msvs_version=2015' (1)
  39. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\Users\User\Documents\splive\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
  40. node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
  41. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  42. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:852:16)
  43. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
  44. node-pre-gyp ERR! System Windows_NT 10.0.14388
  45. node-pre-gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Users\\User\\Documents\\splive\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
  46. node-pre-gyp ERR! cwd C:\Users\User\Documents\splive\node_modules\fsevents
  47. node-pre-gyp ERR! node -v v6.3.0
  48. node-pre-gyp ERR! node-pre-gyp -v v0.6.29
  49. node-pre-gyp ERR! not ok
  50. Failed to execute 'C:\Program Files (x86)\nodejs\node.exe C:\Users\User\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64\fse.node --module_name=fse --module_path=C:\Users\User\Documents\splive\node_modules\fsevents\lib\binding\Release\node-v48-win32-x64 --python=C:\Python27\python.exe --msvs_version=2015' (1)
  51. npm WARN install:[email protected] [email protected] install: `node-pre-gyp install --fallback-to-build`
  52. npm WARN install:[email protected] Exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement