Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
For example, like this:
This assumes you have a bower.json that lists everything you need to install.
Here it is written what you need to do: https://docs.npmjs.com/misc/scripts In short, describe the scripts section in package.json, and in it for install write the bower install command:
{
"scripts": {
"install": "bower install"
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question