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
I have using this plugin for long and now suddenly it started breaking. After analysing I found thee root cause with which i am able to reproduce the issue locally as well.
I have a private package hosted on Github Packages.
I want just this package to be installed using the org registry url and rest packages from public nom registry. The problem is the output generated by this plugin is
I've released a new version to address this. should be used with ferluisxd/create-npmrc@4.
Please confirm that this fixed the issue! :D
It was a nice job @achyutjhunjhunwala
I have using this plugin for long and now suddenly it started breaking. After analysing I found thee root cause with which i am able to reproduce the issue locally as well.
I have a private package hosted on Github Packages.
I want just this package to be installed using the org registry url and rest packages from public nom registry. The problem is the output generated by this plugin is
Where as for the above to work, we need the output like this
Since its missing the
@myOrg:
prefix, it tries to install all other npm public packages also via the private registry which is why they fail.The text was updated successfully, but these errors were encountered: