Suppose that somewhere in my package.json
I have:
"dependencies": {
"bower": "1.0.0",
// zillion other dependencies
}
Is there a way to make npm install only [email protected] from my package.json
? Like so: npm install --only bower
.
My goal is to make npm install
and bower install
run simultaneously.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…