Explorar o código

Use latest npm.

Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
0cc183682e
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Dockerfile
  2. 1 1
      snapcraft.yaml

+ 1 - 1
Dockerfile

@@ -19,7 +19,7 @@ ENV NODE_VERSION ${NODE_VERSION:-v8.11.1}
 ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}
 ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}
 ENV USE_EDGE ${USE_EDGE:-false}
 ENV USE_EDGE ${USE_EDGE:-false}
 ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
 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 FIBERS_VERSION ${FIBERS_VERSION:-2.0.0}
 ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
 ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
 ENV SRC_PATH ${SRC_PATH:-./}
 ENV SRC_PATH ${SRC_PATH:-./}

+ 1 - 1
snapcraft.yaml

@@ -83,7 +83,7 @@ parts:
         plugin: nodejs
         plugin: nodejs
         node-engine: 8.11.1
         node-engine: 8.11.1
         node-packages:
         node-packages:
-            - npm@6.0.1
+            - npm@latest
             - node-gyp
             - node-gyp
             - node-pre-gyp
             - node-pre-gyp
             - fibers@2.0.0
             - fibers@2.0.0