Friday, 26 May 2017

symlink error when running npm install on an external drive

I'm using a computer with not much of space for programming, so I want to have the repositories on an external SD Card. The problem is that when I run npm install it tries to create a symlink to the SD Card, and it doesn't support it.

Is there anyway to make this work?

The complete error text is: "npm ERR! ENOSYS: function not implemented, symlink '../SD Card/project'



via Motomine

No comments:

Post a Comment