-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[0.17.0] Regression: Doesn't run install
script
#1852
Comments
I just tested this on latest master and it does generate a |
I tested this on 0.17.0 and the scripts run fine for me. What node version an OS are you on? v6.7.0 on macOS Sierra for me. |
OSX El Capitan, here's the output:
|
macOS Sierra 10.12.1, node 6.9.1 Can't reproduce neither with current @STRML or @kevinzwhuang can you provide a Dockerfile to reproduce? |
Can't reproduce this on latest either |
@STRML, can you clear caches? |
Clearing caches doesn't help - but it appears my Moving it out fixed the issue. What's perplexing is that when moving back in, the issue remained fixed. The contents of my
I'm working on a Dockerfile to see if I can reproduce it. |
After moving my If anyone else is experiencing this, working off https://github.com/STRML/yarn-install-lifecycle-bug might help you get to the bottom of it. |
I recommend closing this issue since the issue can't be reproduced. If someone can reproduce the issue, it can be re-opened. |
@bestander This seems to have been fixed as of v0.17.4 - Also tested for the similar |
After upgrading to 0.17.0, I noticed
install
scripts are not running.To test, run:
There should be an
index.js
built there, but there is not.The
package.json
for that package:This does not happen in 0.16.1.
The text was updated successfully, but these errors were encountered: