Skip to content

Commit f2b5537

Browse files
authored
Merge pull request azat-co#60 from ihak/patch-1
Update chapter2.md
2 parents a115489 + f50d609 commit f2b5537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter2/chapter2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To install the Express.js Generator as global package, run `$ npm install -g exp
157157

158158
**Note**: For macOS and Linux users, if there is an error installing globally, most likely your system requires root/administrator rights to write to the folder. In this case, `$ sudo npm install -g [email protected]` might be needed. Refer to Chapter 1 for more information on changing npm ownership.
159159

160-
Of course, we can be more vague and tell npm to install the latest version of `express-generator`: `$ npm i –g express-generator@4.15.5`. But in this case your results might be inconsistent with the book's examples.
160+
Of course, we can be more vague and tell npm to install the latest version of `express-generator`: `$ npm i –g express-generator`. But in this case your results might be inconsistent with the book's examples.
161161

162162
Here are the results of running the aforementioned command:
163163

0 commit comments

Comments
 (0)