Skip to content

Commit

Permalink
🔧 increase call stack size
Browse files Browse the repository at this point in the history
The error was:
```
RangeError: Maximum call stack size exceeded
```
Refs:
ethereum/solc-js#537
  • Loading branch information
AndreMiras committed Oct 31, 2022
1 parent 50c18a8 commit 607a2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "node --stack-size=2000 node_modules/.bin/next dev",
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
Expand Down

1 comment on commit 607a2fa

@vercel
Copy link

@vercel vercel bot commented on 607a2fa Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.