Skip to content

Commit

Permalink
docs: add JS heap out of memory error instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshthite authored Oct 14, 2022
1 parent beed361 commit 663d882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ npm start
Starting the development server...
```

> ⚠️ If dealing with “JavaScript heap out of memory” error after `npm start` then use the following command to solve it: `export NODE_OPTIONS="--max-old-space-size=8192"`
> 📌 Note: I cannot update this repo (main-branch) with react hooks because the initial [educational tutorial](https://learn.figment.io/tutorials/build-a-social-media-dapp-and-deploy-it-on-polygon) was written with react classes. However, if you want to work on this issue, then please `fork` and push your changes to `react-hooks` branch and send a [pull request](https://github.com/akhileshthite/dtube/pulls) for the same.
## License
Expand Down

0 comments on commit 663d882

Please sign in to comment.