Skip to content
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

postinstall script fails with yarn pkg manager #25

Closed
hobbes7878 opened this issue Jun 29, 2017 · 1 comment
Closed

postinstall script fails with yarn pkg manager #25

hobbes7878 opened this issue Jun 29, 2017 · 1 comment
Labels

Comments

@hobbes7878
Copy link
Contributor

hobbes7878 commented Jun 29, 2017

Looks like yarn hangs on the input that is part of the package's postinstall script here.

Yarn did not always support postinstall scripts to begin with, but this may cause me to rethink keeping that script.

Still works great using npm, fwiw.

@hobbes7878
Copy link
Contributor Author

Thinking now that maybe the better way to do this is to skip calling a postinstall script and instead write separate scripts that do the same asset moves per platform. Document how to run those from a path within node_modules, call it good.

hobbes7878 added a commit that referenced this issue Jun 29, 2017
adds unbundle scripts. closes #25. closes #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant