Nodejs + npm, installing modules on ntfs partition
Since version 1.2.21, npm has a new option for the install command. –no-bin-links You can use if for installing a specific node module npm install express –no-bin-links and also for a package.json install npm install –no-bin-links With this option I’ve been able to install many npm modules without problems in my shared forlder inside the … Read more