Skip to content

Commit 65d93e6

Browse files
Most packages don't need to be installed globally
1 parent e148c30 commit 65d93e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README_md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Installation
3636
You can install `project-package-name` via [npm](https://docs.npmjs.com/about-npm/).
3737

3838
```bash
39-
npm install -g project-package-name
39+
npm install project-package-name
4040
```
4141

4242

0 commit comments

Comments
 (0)