Advertisement
pauldeans

Mellow install error

Jan 25th, 2020
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. C:\Mellow> npm install
  2. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\aliases.js'
  3. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\constants.js'
  4. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\day-of-month.js'
  5. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\day-of-week.js'
  6. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\day-of-year.js'
  7. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\hour.js'
  8. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\millisecond.js'
  9. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\minute.js'
  10. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\month.js'
  11. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\offset.js'
  12. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\priorities.js'
  13. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\quarter.js'
  14. npm ERR! code ENOENT
  15. npm ERR! syscall spawn git
  16. npm ERR! path git
  17. npm ERR! errno ENOENT
  18. npm ERR! enoent Error while executing:
  19. npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/discordjs/Commando.git
  20. npm ERR! enoent
  21. npm ERR! enoent
  22. npm ERR! enoent spawn git ENOENT
  23. npm ERR! enoent This is related to npm not being able to find a file.
  24. npm ERR! enoent
  25. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\second.js'
  26. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\timestamp.js'
  27. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\timezone.js'
  28. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\units.js'
  29. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\week-calendar-utils.js'
  30. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\week-year.js'
  31. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\week.js'
  32. npm WARN tar ENOENT: no such file or directory, open 'C:\Mellow\node_modules\.staging\moment-0981517a\src\lib\units\year.js'
  33.  
  34. npm ERR! A complete log of this run can be found in:
  35. npm ERR! C:\Users\pauld\AppData\Roaming\npm-cache\_logs\2020-01-25T11_10_50_721Z-debug.log
  36. PS C:\Mellow> node src/index.js
  37. internal/modules/cjs/loader.js:796
  38. throw err;
  39. ^
  40.  
  41. Error: Cannot find module 'discord.js-commando'
  42. Require stack:
  43. - C:\Mellow\src\BotClient.js
  44. - C:\Mellow\src\index.js
  45.  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
  46.  at Function.Module._load (internal/modules/cjs/loader.js:686:27)
  47.  at Module.require (internal/modules/cjs/loader.js:848:19)
  48.  at require (internal/modules/cjs/helpers.js:74:18)
  49. at Object.<anonymous> (C:\Mellow\src\BotClient.js:1:18)
  50.  at Module._compile (internal/modules/cjs/loader.js:955:30)
  51.  at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
  52.  at Module.load (internal/modules/cjs/loader.js:811:32)
  53.  at Function.Module._load (internal/modules/cjs/loader.js:723:14)
  54.  at Module.require (internal/modules/cjs/loader.js:848:19) {
  55. code: 'MODULE_NOT_FOUND',
  56. requireStack: [ 'C:\\Mellow\\src\\BotClient.js', 'C:\\Mellow\\src\\index.js' ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement