This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
ForkTsCheckerWebpackPlugin out of memory #369
Comments
Getting the same error, would be nice to be able to override the memoryLimit option of ForkTsCheckerWebpackPlugin in https://github.com/wmonk/create-react-app-typescript/blob/master/packages/react-scripts/config/webpack.config.dev.js new ForkTsCheckerWebpackPlugin({
async: false,
watch: paths.appSrc,
tsconfig: paths.appTsConfig,
tslint: paths.appTsLint,
--> memoryLimit: env.tsCheckerMemoryLimit <-- ???
}), |
I'm receiving this error also, apparently after upgrading my node version to 10.7.0, from what I can tell, but may be unrelated. |
Given the instructions above, you were using |
node 8.11.3, same error |
Hi all, any updates on this? Did any of you find a workaround? I'm getting a similar issue:
Could this be the same issue or is this something different? Environment:
|
is setting |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a bug report?
Yes.
Can you also reproduce the problem with npm 4.x?
Yes.
Which terms did you search for in User Guide?
ForkTsCheckerWebpackPlugin, out of memory, fork-ts-checker-webpack-plugin, memoryLimit.
Environment
Steps to Reproduce
Expected Behavior
To run the app, displaying a
<button>
element with the textYo
.Actual Behavior
Produces error:
Reproducible Demo
https://github.com/wmonk/create-react-app-typescript/files/2209236/kanso.zip
The text was updated successfully, but these errors were encountered: