Skip to content

Commit d26bf3b

Browse files
committed
Update development docs to use npm ci
Use npm ci instead of npm install for reproducible dependency installs when building Node-RED from source. Related to node-red/node-red#5424
1 parent 53a47b9 commit d26bf3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Once you are on you your chosen branch, you should install all of the dependenci
5050
with the command:
5151

5252
```
53-
npm install
53+
npm ci
5454
```
5555

5656
### Building Node-RED

0 commit comments

Comments
 (0)