-
Notifications
You must be signed in to change notification settings - Fork 22
Build is failing on Linux #24
Comments
Hi again, we can confirm the behavior with current master. However, after finding the appropriate hint with yarnpkg/yarn#2051 (comment) and removing the offending lines in diff --git a/package.json b/package.json
index 9296f3b..1734d09 100644
--- a/package.json
+++ b/package.json
@@ -58,9 +58,5 @@
"typescript": "^2.8.3",
"webpack": "4.28.4",
"webpack-cli": "3.2.1"
- },
- "resolutions": {
- "jest/jest-cli/jest-haste-map/sane/fsevents": "1.2.4",
- "webpack/watchpack/chokidar/fsevents": "1.2.4"
}
}
With kind regards, |
Thanks a lot for investigating this. Those lines were added so it builds under Mac with node v11.6.0. Perhaps they are no longer needed. Will investigate. |
@briangann are you on Linux? |
i'm on mac, but those lines are not needed for mac either. i thought we removed them, must have left out that commit |
@amotl this should be fixed in the latest master now |
please verify this is working now |
It works like a charm. Thanks! cc @daniellee and @briangann |
Hi there,
coming from #22, @gowrisankar22 found build problems like
While we related this to some Docker quirks on the first hand as building on a vanilla Debian Linux wasn't a problem for us the other day, @davkal confirmed that
Bummer! We will give this a short investigation to find out why this might happen.
Cheers,
Andreas.
The text was updated successfully, but these errors were encountered: