npm install: untar problems on Windows 7
I had problems to call npm install --no-bin-links
on a project directory on Windows 7, as I forgot that it resided on some mounted network share. After moving the directory to the local harddisk it worked fine.