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
…deno test`, etc) (#26075)
Fixes#25533. Fixes#25396.
Previously we only supported it on `deno install` and `deno cache`,
which is annoying if you're using `nodeModulesDir: auto`.
Also changes from printing output of lifecycle scripts directly to
capturing the output and only printing it on error.
Steps to reproduce
deno add --allow-scripts npm:@swc-node/core
Version: Deno 2.0.0-rc.1+ce1d668
The text was updated successfully, but these errors were encountered: