i am not familiar with NPM and bower. just saw a hint to install a library based on angularjs.
just see it
npm install --save angularjs-gaugebower install --save angularjs-gaugei just like to know where NPM or bower will save the library ?how can i specify path to save the lib in specific folder with NPM and bower. thanks
Satheesh ElumalaiPosted May 24, 2017, 5:52 AM
Create a Bower configuration file .bowerrc in the project root and specify the directory path.
e.g:-
{ "directory" : "public/components" }
https://bower.io/docs/config/
Run bower install again.
Posted May 24, 2017, 5:45 AM
i asked how could i mention path along with npm command
npm install --save angularjs-gauge
i want npm should download all files related to angularjs-gauge in a specific folder.
so tell me how the command would look like ?