mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
acknowledge and provide fix for common error (#2924)
This commit is contained in:
@@ -106,6 +106,14 @@ Flowise has 3 different modules in a single mono repository.
|
|||||||
pnpm build
|
pnpm build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Exit code 134 (JavaScript heap out of memory)</summary>
|
||||||
|
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
|
||||||
|
</details>
|
||||||
|
|
||||||
5. Start the app:
|
5. Start the app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user