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 missing in docker file #10

Open
jlstanus opened this issue Nov 29, 2022 · 0 comments
Open

npm install missing in docker file #10

jlstanus opened this issue Nov 29, 2022 · 0 comments

Comments

@jlstanus
Copy link

in docker, i need to add npm because of missing package
i added npm:
RUN apt-get update && apt-get install -y curl osm2pgsql npm
this is working fine

Downloading https://nodejs.org/dist/v19.2.0/node-v19.2.0-linux-x64.tar.xz...
######################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
node: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.27' not found (required by node) node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.25' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by node) nvm is not compatible with the npm config "prefix" option: currently set to "" Run nvm use --delete-prefix v19.2.0` to unset it.
/bin/bash: npm: command not found

@jlstanus jlstanus changed the title npm install missing in docker film npm install missing in docker file Nov 29, 2022
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