You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my Mac (macOS Sierra) shelljs.rm('/symlink/dir') of a symlink causes a "permission denied" error, but shelljs.exec('unlink /symlink/dir') works fine. Just thinking you could add unlink() for symmetry to ln().