Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exit code 126 during yarn install on an archlinux #7287

Open
3 tasks done
william-qi-zhang opened this issue May 19, 2024 · 0 comments
Open
3 tasks done

exit code 126 during yarn install on an archlinux #7287

william-qi-zhang opened this issue May 19, 2024 · 0 comments
Labels

Comments

@william-qi-zhang
Copy link

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • I agree to follow Monica's Code of Conduct.

Bug description

errors during yarn install, details can be found:

Steps to reproduce

just follow all steps listed in the generic install guidance on archlinx, until yarn install

Expected behavior

yarn install
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > laravel-mix@6.0.49" has unmet peer dependency "@babel/core@^7.15.8".
warning " > laravel-mix@6.0.49" has unmet peer dependency "@babel/plugin-proposal-object-rest-spread@^7.15.6".
warning " > laravel-mix@6.0.49" has unmet peer dependency "@babel/plugin-syntax-dynamic-import@^7.8.3".
warning " > laravel-mix@6.0.49" has unmet peer dependency "@babel/plugin-transform-runtime@^7.15.8".
warning " > laravel-mix@6.0.49" has unmet peer dependency "@babel/preset-env@^7.15.8".
warning " > laravel-mix@6.0.49" has unmet peer dependency "webpack@^5.60.0".
warning " > laravel-mix@6.0.49" has unmet peer dependency "webpack-cli@^4.9.1".
warning " > vue-loader@15.11.1" has unmet peer dependency "css-loader@*".
warning " > vue-loader@15.11.1" has unmet peer dependency "webpack@^3.0.0 || ^4.1.0 || ^5.0.0-0".
warning " > vue-rx@6.2.0" has unmet peer dependency "rxjs@^6.0.0".
warning " > vuejs-clipper@4.0.0" has unmet peer dependency "rxjs@^6.5.2".
warning " > eslint-config-standard@16.0.3" has incorrect peer dependency "eslint-plugin-promise@^4.2.1 || ^5.0.0".
warning " > moment-locales-webpack-plugin@1.2.0" has unmet peer dependency "webpack@^1 || ^2 || ^3 || ^4 || ^5".
warning " > sass-loader@11.1.1" has unmet peer dependency "webpack@^5.0.0".
[4/4] Building fresh packages...

error /var/www/monica/node_modules/core-js: Command failed.
Exit code: 126
Command: node -e "try{require('./postinstall')}catch(e){}"
Arguments:
Directory: /var/www/monica/node_modules/core-js
Output:
/bin/sh: /tmp/yarn--1716155134934-0.20359127951400424/node: /bin/sh: bad interpreter: Text file busy

Environment

app.monicahq.com (monica v4)

Version of Monica

v4.1.2

Installation method

Manual installation with Archive

Web server

Nginx

Database engine version

MariaDB

Additional info

node: v22.0.0
npm: v10.8.0
yarn: v1.22.22
php: v8.3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant