From abdbb0d1e1ed2fa5e62f35a8597fb9eb189bc9de Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Thu, 18 Apr 2019 15:46:28 -0700 Subject: [PATCH] docs: Remove `--save` from `npm install` See https://stackoverflow.com/a/19578808 --- docs/serving/samples/hello-world/helloworld-nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/samples/hello-world/helloworld-nodejs/README.md b/docs/serving/samples/hello-world/helloworld-nodejs/README.md index 41d4b6725a8..68aa4c523bc 100644 --- a/docs/serving/samples/hello-world/helloworld-nodejs/README.md +++ b/docs/serving/samples/hello-world/helloworld-nodejs/README.md @@ -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: