I keep all my node_modules in the parent directory one level above the main project. Which works fine with node. But it seems grunt needs node_modules in the project directory.
Is there a way to get grunt to look in all parent directories to load whatever modules it needs?
Seems like this isn't possible and won't be.
https://github.com/gruntjs/grunt/pull/831#issuecomment-20197752