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'm on a MacBook Pro with Sequoia 15.4.1 using pnpm 9.3.0
I'm trying to run "pnpm install" in a repo and one of the packages has a postinstall script that consistently fails. After digging through verbose output, I found that it's trying to run Vite, but can't find it in the default path and I noticed that there is no .bin folder in my node_modules root.
Does pnpm work differently in this regard from npm or am I missing something? I tried reinstalling multiple times with variations: using the pnpm-lock file in the repo, importing the old package-lock from npm, but the behavior does not change.
Has anyone experienced anything similar to this?
Thank you in advance for any help
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on a MacBook Pro with Sequoia 15.4.1 using pnpm 9.3.0
I'm trying to run "pnpm install" in a repo and one of the packages has a postinstall script that consistently fails. After digging through verbose output, I found that it's trying to run Vite, but can't find it in the default path and I noticed that there is no .bin folder in my node_modules root.
Does pnpm work differently in this regard from npm or am I missing something? I tried reinstalling multiple times with variations: using the pnpm-lock file in the repo, importing the old package-lock from npm, but the behavior does not change.
Has anyone experienced anything similar to this?
Thank you in advance for any help
Beta Was this translation helpful? Give feedback.
All reactions