-
Notifications
You must be signed in to change notification settings - Fork 30
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
path module is now in spork #85
Comments
Hm. I see this in my console after installing joy:
Does it uninstall spork and then install it again? |
And then yet further down in the output I see:
|
That is interesting, I wonder if it would make sense to add |
If a Janet user creating or running apps or webapps, then I think it's very likely they already have spork installed. For Janet apps/webapps, I'd be slightly surprised to not see spork in the dependencies. |
Just did
jpm install joy
and I see that it pulls in /usr/local/lib/janet/path.janet, but path already comes with spork now (/usr/local/lib/janet/spork/path.janet).The text was updated successfully, but these errors were encountered: