Skip to content

Commit

Permalink
Don't update to the latest NPM version
Browse files Browse the repository at this point in the history
NPM 7 contains some breaking changes
  • Loading branch information
tim-hellhake committed Jun 9, 2024
1 parent c88cfa3 commit 5b0fbbb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion toolchain/linux-arm/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ RUN apt update && \
source \${NVM_DIR}/nvm.sh && \
npm config -g set unsafe-perm true && \
npm config -g set cache /tmp/.npm && \
nvm install-latest-npm && \
nvm cache clear"
1 change: 0 additions & 1 deletion toolchain/linux-arm64/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ RUN apt update && \
source \${NVM_DIR}/nvm.sh && \
npm config -g set unsafe-perm true && \
npm config -g set cache /tmp/.npm && \
nvm install-latest-npm && \
nvm cache clear"
1 change: 0 additions & 1 deletion toolchain/linux-x64/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ RUN apt update && \
source \${NVM_DIR}/nvm.sh && \
npm config -g set unsafe-perm true && \
npm config -g set cache /tmp/.npm && \
nvm install-latest-npm && \
nvm cache clear"

0 comments on commit 5b0fbbb

Please sign in to comment.