Skip to content

Commit 64d9de2

Browse files
acknowledge and provide fix for common error (#2924)
1 parent c103835 commit 64d9de2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ Flowise has 3 different modules in a single mono repository.
106106
pnpm build
107107
```
108108

109+
<details>
110+
<summary>Exit code 134 (JavaScript heap out of memory)</summary>
111+
If you get this error when running the above `build` script, try increasing the Node.js heap size and run the script again:
112+
113+
export NODE_OPTIONS="--max-old-space-size=4096"
114+
pnpm build
115+
</details>
116+
109117
5. Start the app:
110118

111119
```bash

0 commit comments

Comments
 (0)