You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Running yarn dev per instructions I am receiving the following error:
yarn run v1.22.11
$ NODE_OPTIONS='--inspect' next dev
/bin/sh: 1: next: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
It is easily resolved by running yarn add next. Would it be worth adding this to the readme, or including as a dependency by default?