Cross link issue while using shell.js
gabrielstuff opened this issue · 1 comments
gabrielstuff commented
Error: EXDEV, cross-device link not permitted
This happens because shell.js
can't handle correctly the mv or cp operation from a disk to an other one.
A solution consist in using :
var run=require('sync-runner');
run("mv '" + src + "' '" + thisDest + "'");
This has been proved to work. I'll pull request later.
neurobe commented
+1
Same issue On Mint Linux x64