Advertisement
hiimjustin000

Code

Aug 5th, 2019
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. > integer@2.1.0 install C:\Users\justi\Desktop\VerifyBot\node_modules\integer
  2. > node-gyp rebuild
  3.  
  4.  
  5. C:\Users\justi\Desktop\VerifyBot\node_modules\integer>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
  6. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  7. TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified. [C:\Users\justi\Desktop
  8. \VerifyBot\node_modules\integer\build\integer.vcxproj]
  9.  
  10.  
  11. gyp ERR! build error
  12. gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
  13. gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
  14. gyp ERR! stack at ChildProcess.emit (events.js:198:13)
  15. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
  16. gyp ERR! System Windows_NT 10.0.17134
  17. 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"
  18. gyp ERR! cwd C:\Users\justi\Desktop\VerifyBot\node_modules\integer
  19. gyp ERR! node -v v10.16.0
  20. gyp ERR! node-gyp -v v3.8.0
  21. gyp ERR! not ok
  22. npm WARN discord.js@11.5.1 requires a peer of @discordjs/uws@^10.149.0 but none is installed. You must install peer dependencies yourself.
  23. npm WARN discord.js@11.5.1 requires a peer of bufferutil@^4.0.0 but none is installed. You must install peer dependencies yourself.
  24. npm WARN discord.js@11.5.1 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
  25. npm WARN discord.js@11.5.1 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
  26. npm WARN discord.js@11.5.1 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
  27. npm WARN discord.js@11.5.1 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
  28. npm WARN discord.js@11.5.1 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
  29. npm WARN verifybot@1.0.0 No repository field.
  30. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
  31. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  32.  
  33. npm ERR! code ELIFECYCLE
  34. npm ERR! errno 1
  35. npm ERR! integer@2.1.0 install: `node-gyp rebuild`
  36. npm ERR! Exit status 1
  37. npm ERR!
  38. npm ERR! Failed at the integer@2.1.0 install script.
  39. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  40.  
  41. npm ERR! A complete log of this run can be found in:
  42. npm ERR! C:\Users\justi\AppData\Roaming\npm-cache\_logs\2019-08-05T13_41_30_657Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement