Closed decioferreira closed 2 weeks ago
Currently bin/index.js works by calling node with an increased --stack-size=8192. We should remove it and make sure it is not required.
bin/index.js
--stack-size=8192
#!/usr/bin/env -S node --stack-size=8192
To reproduce the issue, make sure to remove all cache (rm -rf ~/.guida guida-stuff).
rm -rf ~/.guida guida-stuff
The solution for this was based on one found on https://github.com/pithub/elm-compiler-in-elm-ui/blob/main/src/Compiler/Parse/Primitives.elm#L136-L166
Currently
bin/index.js
works by calling node with an increased--stack-size=8192
. We should remove it and make sure it is not required.To reproduce the issue, make sure to remove all cache (
rm -rf ~/.guida guida-stuff
).