##How to init a grunt project in Vagrant environment (Node.js)
// Open a directory
cd project-folder
// Install the dependencies (note the --no-bin-links parameter)
sudo npm install --no-bin-links
// Run Grunt
grunt
no-bin-links tells npm to not create any symbolic links. There isn't a way - to my knowledge - of translating symlinks to a windows share