-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install
fails for 3.7.4 due to missing pnpm executable
#2639
Comments
I think that the postinstall script command is plain wrong, it should not rebuild itself :/ |
Issue when trying to
|
same here on |
Apologies for this. I've pushed 3.7.5, which replaces references to |
@sampotts I'm still running into issues when trying to yarn add either plyr directly or plyr-react. It doesn't like build regardless of which package manager does it - does it need an npm install as well? |
You'd need to install dependencies before building yep. That's not changed. What error are you seeing? |
I hope that I'm just simply missing something simple. I'm using @fspoettel 's suggestion right now to override to 3.7.3 If I install plyr-react, plyr as a dependency gives me this :
If I install plyr directly, I get a lot of "gulp module not found" issues. I essentially can resolve them by adding them all individually to my main project, which isn't right :
|
Hi @sampotts the issue still there: [Exec Stream Pumper] [INFO] npm ERR! Failed at the [email protected] postinstall script. |
Ah, damn. I've completely removed the |
Sorry about all this folks. I didn't realise it would cause such problems. Please report back with any issues and I'll continue working on resolving them. |
@sampotts now its working! You save the day haha! Thanks. |
Great news. Thanks for getting back to me and sorry about adding to the workload! |
This affects anyone that does not have
pnpm
installed.Expected behaviour
Installation should work and not rely on tools that might not be installed.
Actual behaviour
Installation fails.
Steps to reproduce
Run
npm install plyr
without havingpnpm
in $PATH.Environment
Console errors (if any)
Link to where the bug is happening
The text was updated successfully, but these errors were encountered: