-
Notifications
You must be signed in to change notification settings - Fork 134
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
Post Install Script Fails in 7.2.0 version due to yarn dependency missing #298
Labels
bug
Something isn't working
Comments
+1 |
1 similar comment
+1 |
Is it really needed to install documentation dependencies if amplitude-js is transitive dependency? |
Same, any update? |
Looking at it right now |
🎉 This issue has been resolved in version 7.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks for the notice guys. Should be fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Post install script fails for 7.2.0 version. It uses yarn. Our source doesn't use yarn to manage its dependencies. 7.1.1. didn't have this script.
Console Output -
Expected Behavior
Backward compatibility. If yarn is not available use npm.
Current Behavior
Expects Clients to have yarn as a dependency to run its post install script.
Possible Solution
Not use yarn or use npm if yarn not available. Or add yarn as a dependency.
Steps to Reproduce
Environment
Node
The text was updated successfully, but these errors were encountered: