-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Endpoint registration bug #90
Comments
I've posted a fix to aa9a35d |
Note you need to register the endpoint with |
I was registering |
Did this work out ok in the end? |
Yes, I will close this. |
This was referenced Apr 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like endpoint registration isn't working quite right. Running
jspm install git:...
will look for a package namedjspm-git
, instead of whatever the endpoint package was registered as.I have a package called
jspm-stash
, but I called the endpointgit
. This didn't work:When I created an endpoint named
stash
, it then worked:The text was updated successfully, but these errors were encountered: