瀏覽代碼

Set the correct npm version

Fix the npm version that we can install with node 17.1
fix related to https://github.com/medusajs/medusa/issues/2636
Med Amir Saadallah 2 年之前
父節點
當前提交
99e70b2454
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ RUN apt-get update
 
 RUN apt-get install -y python
 
-RUN npm install -g npm@latest
+RUN npm install -g npm@8.1.2
 
 RUN npm install -g @medusajs/medusa-cli@latest