Skip to content

Commit 3af9efb

Browse files
authored
Update notes on global installation
1 parent fb03dba commit 3af9efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorial/01/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Running `> npm run setup` will do the following:
77

88
1. Install package dev dependencies
99
2. Create an output directory called "dist"
10-
3. Install "concurrently" & "browser-sync" globally
10+
3. Install "concurrently", "browser-sync" & "browserify" globally
1111
4. Run our app in the browser
1212

1313
You'll find this "setup" script located in your *package.json*.
@@ -19,6 +19,7 @@ We'll be installing several NPM packages from terminal. You may consider install
1919
@hint('Open up Bash (terminal) in this project directory and run `npm run setup` to get setup')
2020
@hint('If you're using Windows, you may want to use Git Bash')
2121
@hint('If your setup fails, try running `sudo npm run setup`')
22+
@hint('Don't forget to `npm install -g concurrently browser-sync browserify`)
2223
@action(writeFromFile('package.json', '01/package.json'))
2324

2425
+ To run the app, simply run `npm start`. Save to continue.

0 commit comments

Comments
 (0)