mirror of https://github.com/knative/docs.git
docs: Remove `--save` from `npm install` (#1206)
See https://stackoverflow.com/a/19578808
This commit is contained in:
parent
f89442336f
commit
f40d26e8df
|
@ -36,7 +36,7 @@ recreate the source files from this folder.
|
|||
1. Install the `express` package:
|
||||
|
||||
```shell
|
||||
npm install express --save
|
||||
npm install express
|
||||
```
|
||||
|
||||
1. Create a new file named `index.js` and paste the following code:
|
||||
|
|
Loading…
Reference in New Issue