Answer the question
In order to leave comments, you need to log in
How to install modules from npm?
"dependencies": {
"jquery": "^2.2.3",
"normalize.css": "^4.1.1"
},
"devDependencies": {
"browser-sync": "^2.12.3"
}
}
Here is my package.json config. Answer the question
In order to leave comments, you need to log in
You use browser-sync as a dependency in your project, it itself has dependencies which in turn have their own dependencies which in turn...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question