Next.js Discord

Discord Forum

Recursive NPM Script Call

Unanswered
Jersey Wooly posted this in #help-forum
Open in Discord
Jersey WoolyOP
This isn't that off topic, but I can't post about anywhere else yet. My root package.json has this script:
"dev": "dotenv -e .env.local -- turbo run dev",

but when I run it, I get a circular call problem, being told, "This script calls turbo, which calls the script, which calls turbo...".

0 Replies