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
// With spawn, pnpm install will fail with ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies.
154
-
// When pnpm install is run directly from the terminal, this error does not occur.
155
-
// When pnpm install is run from a simple spawn script, this error does not occur.
156
-
// The issue only seems to be when pnpm install is executed from npm-check-updates, but it's not clear what configuration or environmental factors are causing this.
157
-
// For now, turn off strict-peer-dependencies on pnpm auto-install.
// With spawn, pnpm install will fail with ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies.
165
+
// When pnpm install is run directly from the terminal, this error does not occur.
166
+
// When pnpm install is run from a simple spawn script, this error does not occur.
167
+
// The issue only seems to be when pnpm install is executed from npm-check-updates, but it's not clear what configuration or environmental factors are causing this.
168
+
// For now, turn off strict-peer-dependencies on pnpm auto-install.
0 commit comments