We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b777f8d commit 3483482Copy full SHA for 3483482
.gitpod.Dockerfile
@@ -2,4 +2,5 @@ FROM gitpod/workspace-full:latest
2
3
USER gitpod
4
5
-RUN RUN npm i jest@24.8.0 -g && npm i learnpack@0.0.88 -g && learnpack plugins:install learnpack-node@0.0.17
+RUN npm i jest@24.8.0 -g
6
+RUN npm i learnpack -g && learnpack plugins:install learnpack-node@0.0.13
0 commit comments