Answer the question
In order to leave comments, you need to log in
Why does npm install packages other than those specified in package-lock.json?
node -v
v17.2.0
npm -v
8.1.4
package.json
{
"name": "untitled2",
"version": "0.0.0",
"private": true,
"devDependencies": {
"stylelint": "^14.1.0"
}
}
"node_modules/stylelint/node_modules/postcss": {
"version": "8.4.4"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question