You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jlstanus
changed the title
npm install missing in docker film
npm install missing in docker file
Nov 29, 2022
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
The text was updated successfully, but these errors were encountered: