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
node -r @swc-node/register commands in package.json have no filename passed to them so this command will only open the node REPL without a filename... it's equivalent to just running node.
Should normally be used like: node -r @swc-node/register <filename>
It causes no issue except to be a little unproductive as on the demo / build script the node REPL opens and the user has to Ctrl+C twice to exit it before the script can complete.
(By the way i opened a few PRs, i was really keen to use this package - i really like it!
Thanks for this product! I can't wait to get started with it.)
The text was updated successfully, but these errors were encountered:
Hi,
node -r @swc-node/register
commands in package.json have no filename passed to them so this command will only open the node REPL without a filename... it's equivalent to just runningnode
.Should normally be used like:
node -r @swc-node/register <filename>
It causes no issue except to be a little unproductive as on the demo / build script the node REPL opens and the user has to Ctrl+C twice to exit it before the script can complete.
(By the way i opened a few PRs, i was really keen to use this package - i really like it!
Thanks for this product! I can't wait to get started with it.)
The text was updated successfully, but these errors were encountered: