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
According to the node.js release notes for node 20.6 the experimental loaders API was deprecated in favour of the register API.
Because of that, we need to use node --import register.js file.ts instead of node --loader @swc-node/register/esm file.ts.
According to the node.js release notes for node 20.6 the
experimental loaders
API was deprecated in favour of theregister
API.Because of that, we need to use
node --import register.js file.ts
instead ofnode --loader @swc-node/register/esm file.ts
.I've opened an issue to follow up on this topic
swc-project/swc-node#743
The text was updated successfully, but these errors were encountered: