sozonome / nextarter-chakra

battery packed template / boilerplate to initialize Next.js app with Chakra UI & Typescript setup ✨
https://nextarter-chakra.sznm.dev/
MIT License
806 stars 98 forks source link

yarn dev returns an error #96

Closed lightbluepoppy closed 2 years ago

lightbluepoppy commented 2 years ago
warning ..\..\..\package.json: No license field
$ next dev
'next' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

However yarn add next fixed this. Is this a problem?

sozonome commented 2 years ago

After cloning this template, you must run yarn or yarn install to install all the packages needed before you can yarn dev

I'll add to the readme to make it clear