We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to publish my package to http://localhost:4873/ the name of the package is @local/my-lib If I try to do it I get error :
one of the uplinks is down, refuse to publish
without the scope it is working . My command is
call npm config set @Local:registry http://localhost:4873 call npm publish
In my packages.json :
"publishConfig":{ "registry":"http://localhost:4873" },
The text was updated successfully, but these errors were encountered:
If I remove the @scope from the name the publish works just fine .
On Mon, Oct 31, 2016 at 6:26 PM, jmwilkinson [email protected] wrote:
It looks like perhaps you haven't exposed the ports on your docker container? Also, you might want to try verdaccio https://github.com/verdaccio/verdaccio. Sinopia isn't really maintained anymore. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #429 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AGE2MUBUyNBlUNrEA7gVJImuhhzE5RxQks5q5haxgaJpZM4KkxJR .
It looks like perhaps you haven't exposed the ports on your docker container?
Also, you might want to try verdaccio https://github.com/verdaccio/verdaccio. Sinopia isn't really maintained anymore.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #429 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AGE2MUBUyNBlUNrEA7gVJImuhhzE5RxQks5q5haxgaJpZM4KkxJR .
Sorry, something went wrong.
package scopes would be really useful for mixing public/private package dependencies -- I take it @scope is not supported with Sinopia? :(
I believe it is, but you have to change the config a bit. Check #104 (comment)
No branches or pull requests
I want to publish my package to http://localhost:4873/ the name of the package is @local/my-lib
If I try to do it I get error :
without the scope it is working .
My command is
In my packages.json :
The text was updated successfully, but these errors were encountered: