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

Cannot build webui: /usr/bin/env: ‘node’: Text file busy #253

Open
topas-rec opened this issue Aug 30, 2023 · 0 comments
Open

Cannot build webui: /usr/bin/env: ‘node’: Text file busy #253

topas-rec opened this issue Aug 30, 2023 · 0 comments

Comments

@topas-rec
Copy link

I am trying to build an arch non binary aur package.
During call of scripts/build.sh --all --release I get:

>> Building webui <<

yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 1.83s.
yarn run v1.22.19
$ webpack-cli --env release
/usr/bin/env: ‘node’: Text file busy
error Command failed with exit code 126.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

After reading nodejs/docker-node#1912 (seems to be the upstream nodejs issue) I tried to use the LTS version of nodejs (18.X) without success.
I am not familiar with the tools nodejsand yarnand would appreciate some help.

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

No branches or pull requests

1 participant