Click here to Skip to main content
15,904,934 members
Articles / Programming Languages / Javascript

A Note on Node-Modules

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
23 Oct 2020CPOL4 min read 3.9K   20  
Node-modules folder and its structure
Here, we try to address how the different versions of the same package are placed in the node-modules folder. We will also look at whether all the versions of the same package are invoked or just one version of the package is invoked when the application runs.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I have been working in the IT industry for some time. It is still exciting and I am still learning. I am a happy and honest person, and I want to be your friend.

Comments and Discussions