Node JS newbie here, I am testing the imgur node module from here. I run
npm install imgur --save
and when I look in the relevant node_modules folder I see about 50 or 60 modules listed. Why so many!? Are all these required?
Also, If I start multiple projects (different folders on my machine), do I have to have all those modules in each of the relevant node_modules folders, or is there a way to have ONE node_modules folder that would serve all of my test projects (imgur in this case)?
Thanking you.