Closed wKich closed 1 year ago
When yarn@2+ pnp is used, npm publish fails because, it can't run CLIs, where is no node_modules directory
node_modules
So instead to publish you should use yarn npm publish
yarn npm publish
Motivation
When yarn@2+ pnp is used, npm publish fails because, it can't run CLIs, where is no
node_modules
directoryApproach
So instead to publish you should use
yarn npm publish