all: audit use of npm install
and pin versions in package.json
#2010
Labels
Milestone
npm install
and pin versions in package.json
#2010
We ask devs to use
npm ci
for installing dependencies for development instead ofnpm install
.But in some places, we still do. Clean up documentation and scripts and remove use/mention of
npm install
.If necessary, pin all the versions in package.json and work with only known good versions of dependencies.
The text was updated successfully, but these errors were encountered: