Node.js with Shared folders
Posted: 25. Sep 2015, 05:07
I have a windows host running VB with Ubuntu as my development machine.
I have install node.js globally and have setup my web app folder. This folder is shared in Virtualbox with host and guest.
When I try to run npm install grunt --save-dev and yo webapp I get errors (I think due to the symlink). These commands work fine when the folder is not shared.
How can I fixed this issue? I have looked everywhere and can't find an answer.
I have install node.js globally and have setup my web app folder. This folder is shared in Virtualbox with host and guest.
When I try to run npm install grunt --save-dev and yo webapp I get errors (I think due to the symlink). These commands work fine when the folder is not shared.
How can I fixed this issue? I have looked everywhere and can't find an answer.