Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

yeoman create node_modules for new webapp

Tags:

yeoman

I new to yeoman and their new version which is grunt and bower, my question is, when I create new webapp running

yo webapp

under my project folder, the command after asking me some question regarding the inclusion of stuff like bootstrap, it creates a folder called node_modules, with a lor of files, is this normal??, don't this modules should be installed in a more global folder? thanks for the explanation

like image 592
goseta Avatar asked Feb 25 '26 23:02

goseta


1 Answers

Node.js dependencies are local to the project. Hence the node_modules folder.

like image 89
Sindre Sorhus Avatar answered Mar 02 '26 14:03

Sindre Sorhus



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!