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
When I try to use this tool it hangs when I try to publish my package. I left it running for 3 hours last night.
It creates the <package>-<version>.tgz file in the root folder of the package.
Unfortunately, it never builds the .local-pack folder and it does not seem to create the npm link for my project to use, because in my project that consumes it, I use npm link <package> and then npm install <package> and it is still pulling from the externally published registry with the previous version.
The text was updated successfully, but these errors were encountered:
When I try to use this tool it hangs when I try to publish my package. I left it running for 3 hours last night.
It creates the
<package>-<version>.tgz
file in the root folder of the package.Unfortunately, it never builds the .local-pack folder and it does not seem to create the npm link for my project to use, because in my project that consumes it, I use
npm link <package>
and thennpm install <package>
and it is still pulling from the externally published registry with the previous version.The text was updated successfully, but these errors were encountered: