javascript - run bower install for target bower.json file -
Assume that my working directory is Is there a proper command in BOVER? Add a This will set the working directory for c: \ foo \ during script execution. From there I'd like to take the bower from the
c: \ foo \ bar \ bower.json file. It is available on NPM by running
NPM install - prefix c: \ foo \ bar .
. Bowerrc with the following content from
c: \ foo \ :
{"cwd": "bar}
c: \ foo \ bar \ to bover.
Comments
Post a Comment