Skip to content

Commit

Permalink
acknowledge and provide fix for common error (FlowiseAI#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamEspegren authored Aug 1, 2024
1 parent c103835 commit 64d9de2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ Flowise has 3 different modules in a single mono repository.
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:

```bash
Expand Down

0 comments on commit 64d9de2

Please sign in to comment.