You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example : my registry is test http://a/
and use nrm set-hosted-repo test http://a-hosted/
then, i used nrm publish
the console log is current registry is a custom registry, publish to custom repository. > npm publish --registry http://a-hosted/ an error occured: ReferenceError: err is not defined
i can't location the problem
how can i fix it
/(ㄒoㄒ)/~~
The text was updated successfully, but these errors were encountered:
for example : my registry is
test http://a/
and use
nrm set-hosted-repo test http://a-hosted/
then, i used
nrm publish
the console log is
current registry is a custom registry, publish to custom repository.
> npm publish --registry http://a-hosted/
an error occured: ReferenceError: err is not defined
i can't location the problem
how can i fix it
/(ㄒoㄒ)/~~
The text was updated successfully, but these errors were encountered: