-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
REPL requires fail on package resolve #4257
Labels
duplicate
Issues and PRs that are duplicates of other issues or PRs.
Comments
Node 5.2.0 was installed on both occasions with |
Core libs are still resolved correctly:
|
This was fixed in #4215. |
Ah cool, is there any timeline on a patch release? |
Probably next week. |
Cool. Sounds great |
ChALkeR
added
the
duplicate
Issues and PRs that are duplicates of other issues or PRs.
label
Dec 12, 2015
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgraded to 5.2.0 via brew, and REPL
require
calls seem to fail at resolving paths:Relative file lookups still work in the REPL:
Package resolution works within eval strings:
Package resolution works within scripts:
Environment
OSX 10.10.5
I've reinstalled 5.2.0 with brew again and the same issues are continuing.
The text was updated successfully, but these errors were encountered: