I’m encountering an issue in my Shopify CLI theme development where I’m getting the error “Maximum call stack size exceeded.” The stack trace points to file system operations, specifically within the stubborn-fs module.
Here’s the relevant portion of the stack trace:
3 Likes
We are having the same issue.
Shopify Team, can you look into that?
When trying to run “npm run generate extension” or any command with shopify npm it gives this error of “Maximum call stack size exceeded” and "
stubborn-fs/dist/retryify"
We are also having the exact same issue. We’re on a M3 mac.
- ruby 3.3.0
- node v16.15.1
- Shopify CLI version: 3.57.0
You can try running shopify command with sudo it helped me
1 Like