I use watchify as a npm task in windows, and periodically it stops watching and logs
{ [Error: EPERM, rename 'c:\Users\dmitry\Dropbox\Projects\mod\dist\mod.js']
errno: 50,
code: 'EPERM',
path: 'c:\\Users\\dmitry\\Dropbox\\Projects\\mod\\dist\\mod.js' }
Restarting fixes it for a while utill the next EPERM error.
I use watchify as a npm task in windows, and periodically it stops watching and logs
Restarting fixes it for a while utill the next EPERM error.