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
Looks like it's only from the REPL and related to context somehow, I'll have to see how node.js is using the REPL here and why imports are in a different context to the regular REPL.
Create a file
test.js
. Yes, a javascript file. This is to simulate using an external library.Now open up the REPL and try to use it:
Took me a while to track this down and caused a lot of confusion!
The text was updated successfully, but these errors were encountered: