Skip to content

Commit

Permalink
Merge pull request #77 from fhem/npm-5.x
Browse files Browse the repository at this point in the history
Allow newer npm packages as 5.8
  • Loading branch information
sidey79 authored Jul 10, 2022
2 parents bdfa70c + 7ac1f86 commit 12daaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ RUN if ( [ "${NPM_PKGS}" != "" ] || [ "${IMAGE_LAYER_NODEJS}" != "0" ] || [ "${I
nodejs=14.* \
&& if [ ! -e /usr/bin/npm ]; then \
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -qqy --no-install-recommends \
npm=5.8.* \
npm=5.* \
; fi \
&& npm install -g --unsafe-perm --production \
npm \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ RUN if ( [ "${NPM_PKGS}" != "" ] || [ "${IMAGE_LAYER_NODEJS}" != "0" ] || [ "${I
nodejs=14.* \
&& if [ ! -e /usr/bin/npm ]; then \
LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -qqy --no-install-recommends \
npm=5.8.* \
npm=5.* \
; fi \
&& npm install -g --unsafe-perm --production \
npm \
Expand Down

0 comments on commit 12daaea

Please sign in to comment.