Hmmm... I wouldn't delete it right away. What I would do is first make sure your package.json file has all the packages you need.
If so, then delete your node_modules folder, and try running npm install again. This will reinstall all the packages to the node_modules folder.
If that doesn't work, please paste there error and we can go from there