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
Error: spawn --expose-gc ENOENT
at exports._errnoException (util.js:1012:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
at onErrorNT (internal/child_process.js:348:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:577:11)
at run (bootstrap_node.js:352:7)
at startup (bootstrap_node.js:144:9)
at bootstrap_node.js:467:3
Tap sends process.execArgv to nyc via command-line args here.
The text was updated successfully, but these errors were encountered:
It appears as though when
tap
passesprocess.execArgv
params intonyc
, they aren't being used correctly when spawning.For example, with a fresh clone of https://github.com/isaacs/node-glob, I ran:
On node 6.3.1, this produces the following error:
Tap sends
process.execArgv
tonyc
via command-line args here.The text was updated successfully, but these errors were encountered: