Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 398 Bytes

now-dev-as-dev-script.md

File metadata and controls

9 lines (5 loc) · 398 Bytes

now dev as dev script

Why This Error Occurred

The package.json file of the used project invokes now dev as dev script. This would cause now dev to recursively invoke itself.

Possible Ways to Fix It

Adjust the dev script inside the package.json file to match what your framework uses to begin development mode, e.g. next for Next.js or gatsby develop for Gatsby.