Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. root@raspberrypi:~/flowabot# sudo npm start
  2. npm WARN npm npm does not support Node.js v10.15.2
  3. npm WARN npm You should probably upgrade to a newer version of node as we
  4. npm WARN npm can't make any promises that npm will work with this version.
  5. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
  6. npm WARN npm You can find the latest version at https://nodejs.org/
  7.  
  8. > flowabot@1.0.0 start /root/flowabot
  9. > git pull; ACCEPT_HIGHCHARTS_LICENSE=1 npm i && [ ! -f ./config.json ] && npm run config; node index
  10.  
  11. Already up to date.
  12. npm WARN npm npm does not support Node.js v10.15.2
  13. npm WARN npm You should probably upgrade to a newer version of node as we
  14. npm WARN npm can't make any promises that npm will work with this version.
  15. npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
  16. npm WARN npm You can find the latest version at https://nodejs.org/
  17. 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.
  18. npm WARN discord.js@11.5.1 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
  19. 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.
  20. 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.
  21. 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.
  22. 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.
  23. 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.
  24.  
  25. up to date in 4.694s
  26. internal/modules/cjs/loader.js:583
  27. throw err;
  28. ^
  29.  
  30. Error: Cannot find module 'highcharts-export-server'
  31. at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
  32. at Function.Module._load (internal/modules/cjs/loader.js:507:25)
  33. at Module.require (internal/modules/cjs/loader.js:637:17)
  34. at require (internal/modules/cjs/helpers.js:22:18)
  35. at Object.<anonymous> (/root/flowabot/osu.js:14:20)
  36. at Module._compile (internal/modules/cjs/loader.js:689:30)
  37. at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  38. at Module.load (internal/modules/cjs/loader.js:599:32)
  39. at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  40. at Function.Module._load (internal/modules/cjs/loader.js:530:3)
  41. npm ERR! code ELIFECYCLE
  42. npm ERR! errno 1
  43. npm ERR! flowabot@1.0.0 start: `git pull; ACCEPT_HIGHCHARTS_LICENSE=1 npm i && [ ! -f ./config.json ] && npm run config; node index`
  44. npm ERR! Exit status 1
  45. npm ERR!
  46. npm ERR! Failed at the flowabot@1.0.0 start script.
  47. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  48.  
  49. npm ERR! A complete log of this run can be found in:
  50. npm ERR! /root/.npm/_logs/2019-12-06T00_45_58_177Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement