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 need to install peer dependencies from a package, symlinked via npm link.
When I do install-peerdeps <packageName> -oSn --dry-run
It shows me peer deps from npm-published version anyway
I need to install peer dependencies from a package, symlinked via npm link.
When I do
install-peerdeps <packageName> -oSn --dry-runIt shows me peer deps from npm-published version anyway
I tried this with both npm 6 and 7