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
Not sure if there is something deeper or more complex I am missing but this fixes it I believe, just makes the check a little less strict to prevent catastrophic failure
Bug Description
I am using pm2 for managing my application and something about the expermental node:sqlite detection doesn't work correctly/is incompatible.
Reproducible By
test.js:
This works fine of course:
This does not:
and errors with this
I can get around it by explicitly setting the flag like this
Expected Behavior
node:sqlite is detected correctly (as missing or not) when running through pm2
Logs & Screenshots
Environment
Node v22
Undici v7.0.0
Additional context
The text was updated successfully, but these errors were encountered: