Answer the question
In order to leave comments, you need to log in
Npm doesn't want to install from devDependencies, what should I do?
There is a package.json file and when trying to install modules via npm, modules from the "devDependencies" section are not installed, however, everything from the "dependencies" section is installed quietly, they are not in the "node_modules" folder either. The funny thing is that through the command "npm i babel --save-dev" everything is fine installed. There is no desire to install everything manually, because. modules need to be connected. Has anyone experienced this?
"dependencies": {
"react": "^15.x",
"react-dom": "^15.x"
},
"devDependencies": {
"babel": "6.x"
}
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