This is a simple npm tool to delete long node_modules paths on windows.
//install the tool - can be done anywhere (I think it global)
npm install rimraf -g
//navigate to the parent of node_modules
rimraf node_modules
//if that fails, go into node_modules and delete folders one by one
rimraf grunt-something-seomthing-stupid-long-name-thing