Skip to content

Add 'node:sqlite' to BUILTIN_MODULES_REGEX_STR#251

Open
Julusian wants to merge 1 commit into
IanVS:mainfrom
Julusian:patch-1
Open

Add 'node:sqlite' to BUILTIN_MODULES_REGEX_STR#251
Julusian wants to merge 1 commit into
IanVS:mainfrom
Julusian:patch-1

Conversation

@Julusian

Copy link
Copy Markdown

Similar to the issues documented in the past with node:test, issues can be encountered when node:sqlite is used if the node version isnt precisely controlled.

For me this is manifesting because my system default node version is 22, but in a project using 26 with node:sqlite there is fighting over the order.

Perhaps a more resilient option is to treat anything that starts with node: as a builtin? That should avoid much of this going forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant