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

npm install error on wasm helix Dockerfile #951

Closed
mthalman opened this issue Jan 10, 2024 · 2 comments
Closed

npm install error on wasm helix Dockerfile #951

mthalman opened this issue Jan 10, 2024 · 2 comments

Comments

@mthalman
Copy link
Member

mthalman commented Jan 10, 2024

When image caching is disabled, the Linux_amd64 src-ubuntu-18.04-helix-graph build leg is failing with this error:

 > [4/7] RUN npm install -g npm:
#7 0.709 npm ERR! code EBADENGINE
#7 0.710 npm ERR! engine Unsupported engine
#7 0.710 npm ERR! engine Not compatible with your version of node/npm: npm@10.2.5
#7 0.710 npm ERR! notsup Not compatible with your version of node/npm: npm@10.2.5
#7 0.711 npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"}
#7 0.711 npm ERR! notsup Actual:   {"npm":"8.19.3","node":"v16.19.0"}
#7 0.712 
#7 0.712 npm ERR! A complete log of this run can be found in:
#7 0.712 npm ERR!     /root/.npm/_logs/2024-01-10T17_06_48_948Z-debug-0.log

This happens when building Dockerfile: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/ubuntu/18.04/helix/webassembly/Dockerfile

Build link (internal only)

@lbussell
Copy link
Contributor

[Triage] Looks like @radekdoulik was maintaining this Dockerfile in the past.

@hoyosjs
Copy link
Member

hoyosjs commented Feb 28, 2024

Fixing as part of #966

@hoyosjs hoyosjs closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants