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
It's likely my own environment (I'm debugging) but just wanted to check in case I'm missing anything while running locally:
I'm getting a node mismatch where when I run:
node -v (v20.10.0)
But when I run npm run test, I can see it's using v16.10.0. So it fails because node:test is not available Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:test
Node test runner requires node 18+. I was going to drop node 16 but I had to keep it as I didn't want to do a new major just for that, I have some other things in mind for next major
In summary: [email protected] › [email protected] › [email protected] › [email protected] (CWE-772)
If it helps, I would be happy to make a PR with help-me v5.0.0
The text was updated successfully, but these errors were encountered: