version up of npm
This commit is contained in:
parent
13d65a58bf
commit
8e44497a08
|
@ -14,4 +14,4 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
|
||||||
|
|
||||||
# [Optional] Uncomment if you want to install more global node packages
|
# [Optional] Uncomment if you want to install more global node packages
|
||||||
# RUN su node -c "npm install -g <your-package-list -here>"
|
# RUN su node -c "npm install -g <your-package-list -here>"
|
||||||
RUN su node -c "npm install -g npm@8.12.1"
|
RUN su node -c "npm install -g npm@9.1.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user