Commit a4371d1c authored by Chris Kay's avatar Chris Kay
Browse files

docs(prerequisites): add `--no-save` to `npm install`



To avoid the mistake fixed by the previous commit, ensure users install
the Node.js dependencies without polluting the lock file by passing
`--no-save` to the `npm install` line.

Change-Id: I10b5cc17b9001fc2e26deee02bf99ce033a949c1
Signed-off-by: default avatarChris Kay <chris.kay@arm.com>
parent 7434b652
......@@ -144,7 +144,7 @@ running from within your newly-cloned repository:
.. code:: shell
npm install
npm install --no-save
If you have opted **not** to install Node.js, you can install the Gerrit hook
manually by running:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment