Guest User

Untitled

a guest
Mar 20th, 2018
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. npm install --global --production windows-build-tools
  2.  
  3. npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
  4. npm WARN deprecated tar.gz@1.0.7: ⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar
  5. > scrypt@6.0.3 preinstall [project path]node_modulesscrypt
  6. > node node-scrypt-preinstall.js
  7. > scrypt@6.0.3 install [project path]node_modulesscrypt
  8. > node-gyp rebuild
  9. [project path]node_modulesscrypt>if not defined npm_config_node_gyp (node "C:Program Filesnodejsnode_modulesnpmnode_modulesnpm-lifecyclenode-gyp-bin\....node_modulesnode-gypbinnode-gyp.js" rebuild ) else (node "C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gypbinnode-gyp.js" rebuild )
  10. Warning: Missing input files:
  11. [project path]node_modulesscryptbuild..scryptwinincludeconfig.h
  12. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  13. Copying scrypt/win/include/config.h to scrypt/scrypt-1.2.0/config.h
  14. The system cannot find the file specified.
  15. win_delay_load_hook.cc
  16. LINK : fatal error LNK1181: cannot open input file '[user path].node-gyp9.8.0x64node.lib' [[project path]node_modulesscryptbuildcopied_files.vcxproj]
  17. memlimit.c
  18. keyderivation.c
  19. pickparams.c
  20. hash.c
  21. win_delay_load_hook.cc
  22. scrypt_wrapper.vcxproj -> [project path]node_modulesscryptbuildRelease\scrypt_wrapper.lib
  23. gyp ERR! build error
  24. gyp ERR! stack Error: `C:Program Files (x86)MSBuild14.0binmsbuild.exe` failed with exit code: 1
  25. gyp ERR! stack at ChildProcess.onExit (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibbuild.js:258:23)
  26. gyp ERR! stack at ChildProcess.emit (events.js:180:13)
  27. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
  28. gyp ERR! System Windows_NT 10.0.16299
  29. gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
  30. gyp ERR! cwd [project path]node_modulesscrypt
  31. gyp ERR! node -v v9.8.0
  32. gyp ERR! node-gyp -v v3.6.2
  33. gyp ERR! not ok
  34. npm WARN inbox@1.0.0 No description
  35. npm WARN inbox@1.0.0 No repository field.
  36. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modulesfsevents):
  37. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  38. npm ERR! code ELIFECYCLE
  39. npm ERR! errno 1
  40. npm ERR! scrypt@6.0.3 install: `node-gyp rebuild`
  41. npm ERR! Exit status 1
  42. npm ERR!
  43. npm ERR! Failed at the scrypt@6.0.3 install script.
  44. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  45. npm ERR! A complete log of this run can be found in:
  46. npm ERR! [user path]AppDataRoamingnpm-cache_logs2018-03-16T15_29_59_737Z-debug.log
Add Comment
Please, Sign In to add comment