-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
bug: postinstall fails in pnpm-monorepo #129
Comments
Just wanted to install the package and ran into the same issue that I can't install because of the |
Temporary solutions while we wait for feedback.
|
Thanks for the workarounds, still using yarn at the moment, maybe there would be options too but I think I have my string normalization in place already 🤓 |
@christiantakle @CanRau Thanks for reporting this. The fix will shortly be ready. |
@christiantakle @CanRau Thanks for waiting for the fix. Please update to |
The "postinstall" is specific to working on the package itself and not useful for consumers of the package.
Consider "prepare" instead? or maybe there is a better match: https://docs.npmjs.com/cli/v8/using-npm/scripts#life-cycle-scripts. You can also consider a custom bootstrap script for when you need to work on the package.
Description
postinstall
fails in a pnpm monorepoExpected outcome
That
normalize-diacritics
installs correctlyActual outcome
<my-user>
and<our-repo>
is redacted informationThe line that triggers the error:
postinstall.sh
Steps to reproduce
We run (in our monorepo)
<repo>/package.json
Versions of affected system
normalize-diacritics@3.0.11
pnpm --version
=> 7.14.0nix --version
=> nix (Nix) 2.11.1Linux <my-hostname> 5.15.0-52-generic #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: