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
I was getting the ENOENT error when trying to run commands (e.g. gr @tag -- mvn install) but fixed it by replacing the "child_process" module in lib/run.js with the "cross-spawn" (https://www.npmjs.com/package/cross-spawn)
(Env is Cygwin on Win 10, node v8.7.0)
The text was updated successfully, but these errors were encountered:
I was getting the ENOENT error when trying to run commands (e.g. gr @tag -- mvn install) but fixed it by replacing the "child_process" module in lib/run.js with the "cross-spawn" (https://www.npmjs.com/package/cross-spawn)
(Env is Cygwin on Win 10, node v8.7.0)
The text was updated successfully, but these errors were encountered: