-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node REPL broken from 11.10.* to 11.11.* on fish shell #26663
Comments
Working fine for me on 3.0.2:
|
It seems that the issue is actually since node 11.10.* you can't start node repl if you pass an empty string. One of my commands was doing this: |
This was referenced Mar 11, 2021
This was referenced May 25, 2021
This was referenced Apr 7, 2022
This was referenced Apr 7, 2022
This was referenced Jan 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since version 11.10.* that node REPL is broken for fish shell.
How to reproduce:
Install fish shell
Install node 11.10.* or 11.11.*
Try to run node in REPL mode.
You will be getting this error message:
This line will change:
Error: Cannot find module '/Users/fabioantunes'
Depending on the path you actually run
node
The text was updated successfully, but these errors were encountered: