-
Notifications
You must be signed in to change notification settings - Fork 4
Description
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