Advertisement
Superloup10

Untitled

Nov 6th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Superloup10@Superloup10PC MINGW64 /c/NodeBB (v1.15.x)
  2. $ ./nodebb setup
  3. Dependencies outdated or not yet installed.
  4. Installing them now...
  5.  
  6. npm ERR! code ERESOLVE
  7. npm ERR! ERESOLVE unable to resolve dependency tree
  8. npm ERR!
  9. npm ERR! While resolving: nodebb@1.15.0
  10. npm ERR! Found: postcss@8.0.6
  11. npm ERR! node_modules/postcss
  12. npm ERR! postcss@"8.0.6" from the root project
  13. npm ERR!
  14. npm ERR! Could not resolve dependency:
  15. npm ERR! peer postcss@"^8.1.0" from autoprefixer@10.0.1
  16. npm ERR! node_modules/autoprefixer
  17. npm ERR! autoprefixer@"^10.0.0" from the root project
  18. npm ERR!
  19. npm ERR! Fix the upstream dependency conflict, or retry
  20. npm ERR! this command with --force, or --legacy-peer-deps
  21. npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
  22. npm ERR!
  23. npm ERR! See C:\Users\Superloup10\AppData\Local\npm-cache\eresolve-report.txt for a full report.
  24.  
  25. npm ERR! A complete log of this run can be found in:
  26. npm ERR! C:\Users\Superloup10\AppData\Local\npm-cache\_logs\2020-11-06T15_18_57_862Z-debug.log
  27. Error installing dependencies!
  28. message: Command failed: npm install --production
  29. stdout: null
  30. stderr: null
  31. C:\NodeBB\src\cli\package-install.js:81
  32. throw e;
  33. ^
  34.  
  35. Error: Command failed: npm install --production
  36. at checkExecSyncError (node:child_process:636:11)
  37. at Object.execSync (node:child_process:672:15)
  38. at Object.installAll (C:\NodeBB\src\cli\package-install.js:72:9)
  39. at Object.<anonymous> (C:\NodeBB\src\cli\index.js:60:18)
  40. at Module._compile (node:internal/modules/cjs/loader:1083:30)
  41. at Object.Module._extensions..js (node:internal/modules/cjs/loader:1112:10)
  42. at Module.load (node:internal/modules/cjs/loader:948:32)
  43. at Function.Module._load (node:internal/modules/cjs/loader:789:14)
  44. at Module.require (node:internal/modules/cjs/loader:972:19)
  45. at require (node:internal/modules/cjs/helpers:88:18) {
  46. status: 1,
  47. signal: null,
  48. output: [ null, null, null ],
  49. pid: 10060,
  50. stdout: null,
  51. stderr: null
  52. }
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement