Skip to content

Commit 440f3f6

Browse files
authored
fix(deps): update installation process for local development (#975)
- use `npm ci` instead of `npm install` - Add .npmrc with ignore-scripts=true
1 parent c6cfc55 commit 440f3f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore-scripts=true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you would prefer to build from the source, install and link:
4747
```
4848
git clone [email protected]:nodejs/node-core-utils.git
4949
cd node-core-utils
50-
npm install
50+
npm ci
5151
npm link
5252
```
5353

0 commit comments

Comments
 (0)