Where does npm get the modules from?
Experience Level:
Junior
Tags:
npm
Answer
Npm downloads the modules from the a registry. The default public registry is running on the URL https://registry.npmjs.org. Note that it's not a standard website that you could browse. You use npm to communicate with the registry instead.
Related npm job interview questions
-
How do you make npm show details about a specific npm command in a browser window?
npm Junior -
How do you find details about a specific npm command?
npm Junior -
How can you get a list of commands that are available in npm?
npm Junior -
Should you store package.json file to a version control?
npm Junior -
Should you store node_modules directory to a version control?
npm Junior