-
Notifications
You must be signed in to change notification settings - Fork 7
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
Should I be able to 'require' in the repl? #1
Comments
Really? It should definitely handle it. Can you show me exactly what you did? |
Sure. Here is my setup:
I am on node 0.12.0 and OSX. |
Thanks. Checking it out. |
Hi, same problem here. As a temporal (dirty) workaround I'm using this: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just wondering if the intended functionality is for me to be able to use require('path') or the like inside the repl?
Currently I get
Error: require is not defined
The text was updated successfully, but these errors were encountered: