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 a monorepo with an internal package dependency, and a requirement to use NPM for deploy (I know, right?!). When added, PNPM defaults to using the link: protocol, but this is not recognised by NPM, and so I've been maintaining this as a file: protocol post-update. Is there anyway to set PNPM to be compatible with NPM, at least in the use of package.json?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a monorepo with an internal package dependency, and a requirement to use NPM for deploy (I know, right?!). When added, PNPM defaults to using the
link:
protocol, but this is not recognised by NPM, and so I've been maintaining this as afile:
protocol post-update. Is there anyway to set PNPM to be compatible with NPM, at least in the use ofpackage.json
?Beta Was this translation helpful? Give feedback.
All reactions