We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c70667 commit 1aa7345Copy full SHA for 1aa7345
.gitpod.Dockerfile
@@ -2,4 +2,4 @@ FROM gitpod/workspace-full:latest
2
3
USER gitpod
4
5
-RUN npm i jest@24.8.0 -g && npm i learnpack@0.0.73
+RUN npm i jest@24.8.0 -g && npm i learnpack@0.0.73 -g && learnpack plugins:install learnpack-node@0.0.13
.gitpod.yml
@@ -6,7 +6,6 @@ ports:
6
onOpen: open-preview
7
tasks:
8
- command: >
9
- learnpack plugins:install learnpack-node@0.0.13 &&
10
learnpack start
11
github:
12
prebuilds:
exercises/12-Your-first-if/app.js
@@ -1,3 +1,3 @@
1
var total = prompt('How many km are left to go?');
-// Your code below:
+// Your code below:
0 commit comments