diff --git a/README.md b/README.md index c5a6c0cb1..32fc23923 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,14 @@ Flowise has 3 different modules in a single mono repository. pnpm build ``` +
+ Exit code 134 (JavaScript heap out of memory) + If you get this error when running the above `build` script, try increasing the Node.js heap size and run the script again: + + export NODE_OPTIONS="--max-old-space-size=4096" + pnpm build +
+ 5. Start the app: ```bash