Advertisement
nick0

Yarn

Mar 22nd, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. pi@gladys:/actual-server $ yarn install
  2. ➤ YN0065: Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry
  3. ➤ YN0065: Run yarn config set --home enableTelemetry 0 to disable
  4.  
  5. ➤ YN0000: · Yarn 4.0.1
  6. ➤ YN0000: ┌ Resolution step
  7. ➤ YN0000: └ Completed in 4s 289ms
  8. ➤ YN0000: ┌ Post-resolution validation
  9. ➤ YN0002: │ actual-sync@workspace:. doesn't provide @babel/core (pd13b1), requested by @babel/preset-typescript.
  10. ➤ YN0086: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
  11. ➤ YN0000: └ Completed
  12. ➤ YN0000: ┌ Fetch step
  13. ➤ YN0001: │ Error: Couldn't allocate enough memory
  14. at ZipFS.allocateBuffer ([worker eval]:1:306068)
  15. at ZipFS.allocateSource ([worker eval]:1:306503)
  16. at ZipFS.setFileSource ([worker eval]:1:306776)
  17. at ZipFS.writeFileSync ([worker eval]:1:311912)
  18. at extractArchiveTo ([worker eval]:1:408300)
  19. at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  20. at async convertToZipWorker ([worker eval]:1:407213)
  21. at async MessagePort.<anonymous> ([worker eval]:1:409017)
  22. ➤ YN0000: └ Completed in 1m 29s
  23. ➤ YN0000: · Failed with errors in 1m 34s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement