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 -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -