version up of npm
This commit is contained in:
parent
aaca877387
commit
3cb073d41b
|
@ -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
|
||||
# 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