-
Notifications
You must be signed in to change notification settings - Fork 56
Publishing scoped packages #124
Comments
@hvaara unfortunately, we never got around to adding scope support. |
Thanks @shaunwarman, I may or may not end up working on this. If I do, do you want a PR upstream? |
Of course! That would be great. |
Hey @hvaara sorry I haven't had time to jump into this. Before I do, anything you were able to dig up or attempt? |
Hey @shaunwarman We ended up using the official npm registry. I did investigate how npm does it against Have you already started working on this? Unless you need it right away internally I could commit to look at this if you'd like. Shouldn't be too much work. |
That would be great. I honestly haven't other than investigating the npm client changes. |
Did anyone fix this? I've hit this issue too |
Unfortunately not. We ended up going with npm. |
When I try to publish a scoped package I get an error:
The name field in package.json is set to
@hvaara/tester
, other than that everything is a minimalnpm init
.I'm using the prebuilt docker containers with the docker-compose.yml from master.
Am I doing something wrong, or are scoped packages not supported? Publishing packages that are not scoped works fine.
The text was updated successfully, but these errors were encountered: