Closed kochcj1 closed 2 years ago
Hi I tried removing these lines, but npm publish fails for me after
@elsmr, thanks for reviewing this pull request. What error did it give you when you tried to publish? I wonder if getting rid of all of publishConfig from package.json would help. I'm also curious what your registry is set to (run npm get registry
).
Explicitly specifying that the package be published to https://registry.npmjs.org keeps the package from being able to be installed to a private registry. See https://stackoverflow.com/questions/70962883/why-cant-i-publish-this-specific-package-to-a-private-npm-registry-hosted-by-ve.