[GH-ISSUE #1273] yarn install - no such file or directory, uv_resident_set_memory #727

Closed
opened 2026-02-26 02:34:05 +03:00 by kerem · 1 comment
Owner

Originally created by @KoljaL on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/koel/koel/issues/1273

Describe the bug
After the yarn install i get this error output:

$ yarn install
Error: ENOENT: no such file or directory, uv_resident_set_memory
    at process.memoryUsage (internal/process/per_thread.js:153:5)
    at ConsoleReporter.checkPeakMemory (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:33565:40)
    at ConsoleReporter.initPeakMemoryCounter (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:33556:10)
    at /.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:91852:14
    at Generator.next (<anonymous>)
    at step (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:310:30)
    at /.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:328:14
    at new Promise (<anonymous>)
    at new F (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:5301:28)
    at /.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:307:12

To reproduce
Steps to reproduce the behavior:

  1. Install like here: 'https://docs.koel.dev/#manually'

Environment

  • Koel version 5.0.2
  • OS: Ubuntu with linited SSH Access
  • Browser FF
  • PHP version 7.4.0
  • Node version v14.15.4
  • YARN version 1.22.10

If i ignore it and continue installation with: php artisan serve the php server is getting started, but in the Browser i ket this error:
ErrorException file_get_contents(/www/htdocs/xxx/music.xxx.net/koel/public/mix-manifest.json):

Originally created by @KoljaL on GitHub (Jan 18, 2021). Original GitHub issue: https://github.com/koel/koel/issues/1273 **Describe the bug** After the `yarn install` i get this error output: ``` $ yarn install Error: ENOENT: no such file or directory, uv_resident_set_memory at process.memoryUsage (internal/process/per_thread.js:153:5) at ConsoleReporter.checkPeakMemory (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:33565:40) at ConsoleReporter.initPeakMemoryCounter (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:33556:10) at /.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:91852:14 at Generator.next (<anonymous>) at step (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:310:30) at /.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:328:14 at new Promise (<anonymous>) at new F (/.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:5301:28) at /.nvm/versions/node/v14.15.4/lib/node_modules/yarn/lib/cli.js:307:12 ``` **To reproduce** Steps to reproduce the behavior: 1. Install like here: 'https://docs.koel.dev/#manually' **Environment** - Koel version 5.0.2 - OS: Ubuntu with linited SSH Access - Browser FF - PHP version 7.4.0 - Node version v14.15.4 - YARN version 1.22.10 If i ignore it and continue installation with: `php artisan serve` the php server is getting started, but in the Browser i ket this error: `ErrorException file_get_contents(/www/htdocs/xxx/music.xxx.net/koel/public/mix-manifest.json): `
kerem closed this issue 2026-02-26 02:34:06 +03:00
Author
Owner

@phanan commented on GitHub (Jan 22, 2021):

This looks like a problem with your server, not Koel. I'd suggest using the prebuild package: https://github.com/koel/koel/releases/download/v5.0.2/koel-v5.0.2.tar.gz. Sorry, there's no official documentation for prebuild packages yet.

<!-- gh-comment-id:765282448 --> @phanan commented on GitHub (Jan 22, 2021): This looks like a problem with your server, not Koel. I'd suggest using the prebuild package: https://github.com/koel/koel/releases/download/v5.0.2/koel-v5.0.2.tar.gz. Sorry, there's no official documentation for prebuild packages yet.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#727
No description provided.