Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48004dc commit 885a407Copy full SHA for 885a407
week1/SETUP.md
@@ -16,7 +16,22 @@ Follow the general Homework instructions for this.
16
$ npm install --global babel-cli
17
```
18
19
-## Step 3 - Run the example from the direcory `week1`
+## Step 4 - Install npm packages
20
+
21
+Go into the directory where you've cloned the repository, and go into the directory `week`
22
23
+```
24
+$ cd <path-to-cloned-repo>
25
+$ cd week1
26
27
28
+Now install NPM packages for the application.
29
30
31
+$ npm install
32
33
34
+## Step 5 - Run the example from the direcory `week1`
35
36
37
$ babel-node .
0 commit comments