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 JuniorHow do you find details about a specific npm command?
npm JuniorHow can you get a list of commands that are available in npm?
npm JuniorShould you store package.json file to a version control?
npm JuniorShould you store node_modules directory to a version control?
npm Junior