quiet npm version warning #331

Merged
telackey merged 3 commits from dboreham/quiet-npm-version-warning into main 2023-04-15 03:09:23 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit ace6c28886 - Show all commits

View File

@ -30,7 +30,7 @@ RUN \
fi
# Prevents npm from printing version warnings
ENV NO_UPDATE_NOTIFIER=true
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
RUN \
# Configure global npm install location, use group to adapt to UID/GID changes

View File

@ -13,7 +13,7 @@ ARG CERC_NPM_AUTH_TOKEN
# Add NPM global to PATH.
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
# Prevents npm from printing version warnings
ENV NO_UPDATE_NOTIFIER=true
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
RUN \
# Configure global npm install location, use group to adapt to UID/GID changes

View File

@ -13,7 +13,7 @@ ARG CERC_NPM_AUTH_TOKEN
# Add NPM global to PATH.
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
# Prevents npm from printing version warnings
ENV NO_UPDATE_NOTIFIER=true
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
RUN \
# Configure global npm install location, use group to adapt to UID/GID changes