Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. MacBook-Pro:Owen's Bot MBP$ node index.js
  2. module.js:549
  3. throw err;
  4. ^
  5.  
  6. Error: Cannot find module 'quick.db'
  7. at Function.Module._resolveFilename (module.js:547:15)
  8. at Function.Module._load (module.js:474:25)
  9. at Module.require (module.js:596:17)
  10. at require (internal/module.js:11:18)
  11. at Object.<anonymous> (/Users/MBP/Desktop/Configs/discordjs/Owen's Bot/index.js:11:12)
  12. at Module._compile (module.js:652:30)
  13. at Object.Module._extensions..js (module.js:663:10)
  14. at Module.load (module.js:565:32)
  15. at tryModuleLoad (module.js:505:12)
  16. at Function.Module._load (module.js:497:3)
  17. MacBook-Pro:Owen's Bot MBP$ npm install quick.db
  18.  
  19. > integer@2.1.0 install /Users/MBP/Desktop/Configs/discordjs/Owen's Bot/node_modules/integer
  20. > node-gyp rebuild
  21.  
  22. CXX(target) Release/obj.target/integer/src/integer.o
  23. SOLINK_MODULE(target) Release/integer.node
  24. COPY ../build/integer.node
  25. TOUCH Release/obj.target/place_resulting_binary.stamp
  26.  
  27. > better-sqlite3@5.4.0 install /Users/MBP/Desktop/Configs/discordjs/Owen's Bot/node_modules/better-sqlite3
  28. > node-gyp rebuild
  29.  
  30. TOUCH deps_sqlite3_gyp_locate_sqlite3_target_extract_sqlite3.intermediate
  31. ACTION deps_sqlite3_gyp_locate_sqlite3_target_extract_sqlite3 deps_sqlite3_gyp_locate_sqlite3_target_extract_sqlite3.intermediate
  32. /bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
  33. /bin/sh: -c: line 1: syntax error: unexpected end of file
  34. make: *** [deps_sqlite3_gyp_locate_sqlite3_target_extract_sqlite3.intermediate] Error 2
  35. rm deps_sqlite3_gyp_locate_sqlite3_target_extract_sqlite3.intermediate
  36. gyp ERR! build error
  37. gyp ERR! stack Error: `make` failed with exit code: 2
  38. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  39. gyp ERR! stack at emitTwo (events.js:126:13)
  40. gyp ERR! stack at ChildProcess.emit (events.js:214:7)
  41. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
  42. gyp ERR! System Darwin 18.2.0
  43. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  44. gyp ERR! cwd /Users/MBP/Desktop/Configs/discordjs/Owen's Bot/node_modules/better-sqlite3
  45. gyp ERR! node -v v8.11.4
  46. gyp ERR! node-gyp -v v3.6.2
  47. gyp ERR! not ok
  48. npm WARN discord.js@11.4.2 requires a peer of bufferutil@^3.0.3 but none is installed. You must install peer dependencies yourself.
  49. npm WARN discord.js@11.4.2 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
  50. npm WARN discord.js@11.4.2 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
  51. npm WARN discord.js@11.4.2 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
  52. npm WARN discord.js@11.4.2 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
  53. npm WARN discord.js@11.4.2 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
  54. npm WARN discord.js@11.4.2 requires a peer of uws@^9.14.0 but none is installed. You must install peer dependencies yourself.
  55. npm WARN soon-company@1.0.0 No repository field.
  56.  
  57. npm ERR! code ELIFECYCLE
  58. npm ERR! errno 1
  59. npm ERR! better-sqlite3@5.4.0 install: `node-gyp rebuild`
  60. npm ERR! Exit status 1
  61. npm ERR!
  62. npm ERR! Failed at the better-sqlite3@5.4.0 install script.
  63. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  64.  
  65. npm ERR! A complete log of this run can be found in:
  66. npm ERR! /Users/MBP/.npm/_logs/2019-03-21T18_55_13_391Z-debug.log
  67. MacBook-Pro:Owen's Bot MBP$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement