javascript - run bower install for target bower.json file -


Assume that my working directory is 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 .

Is there a proper command in BOVER?

Add a . Bowerrc with the following content from c: \ foo \ :

  {"cwd": "bar}   

This will set the working directory for c: \ foo \ bar \ to bover.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -