I am using npm grunt and only have 3 packages that I have installed however in my project, node_modules folder have symlinks to hundreds of other packages (I think are dependencies of the main packages)
Why are so many packages being installed or linked locally in my development node_modules folder?
Should I only see the packages that I have installed in this folder?
Thanks