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
The spawnd package should list exit as a dependency as it uses it during runtime, not as a devDependency. Or better, we can just remove exit as a dependency because the issue that it tries to fix has been fixed in nodejs for a while now.
🐛 Bug Report
The
spawnd
package should listexit
as a dependency as it uses it during runtime, not as a devDependency. Or better, we can just removeexit
as a dependency because the issue that it tries to fix has been fixed in nodejs for a while now.To Reproduce
See the link to repo section below.
Expected behavior
Tests run without any errors.
Link to repl or repo (highly encouraged)
yarn
in this repo/pathyarn run test
Run
npx envinfo --system --binaries --npmPackages expect-puppeteer,jest-dev-server,jest-environment-puppeteer,jest-puppeteer,spawnd --markdown --clipboard
I'm using yarn pnp so the npm packages aren't showing up, so I'll paste in the versions manually from yarn.lock
Paste the results here:
The text was updated successfully, but these errors were encountered: