From 0cc183682e3a85aba7d0483f13ded871ac44ae0c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 26 May 2018 08:43:20 +0300 Subject: Use latest npm. --- Dockerfile | 2 +- snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index efaa47a0..407cd2fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV NODE_VERSION ${NODE_VERSION:-v8.11.1} ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1} ENV USE_EDGE ${USE_EDGE:-false} ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17} -ENV NPM_VERSION ${NPM_VERSION:-6.0.1} +ENV NPM_VERSION ${NPM_VERSION:-latest} ENV FIBERS_VERSION ${FIBERS_VERSION:-2.0.0} ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64} ENV SRC_PATH ${SRC_PATH:-./} diff --git a/snapcraft.yaml b/snapcraft.yaml index 5384bf80..a52f00fa 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -83,7 +83,7 @@ parts: plugin: nodejs node-engine: 8.11.1 node-packages: - - npm@6.0.1 + - npm@latest - node-gyp - node-pre-gyp - fibers@2.0.0 -- cgit v1.2.3-1-g7c22