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
If you are working on Linux/OS X you will have the following issue:
/usr/bin/env: ‘node\r’: No such file or directory ...
This is bc file is saved with line separator CRLF instead LF, just save the index.js using LF line separator will solve the issue
index.js on version 3.0.0 is the same as the previous version, it does not has any change, still cwd: process.cwd, instead cwd: process.cwd(). Developer made the change on test/index.coffee but never on index.js file