Closed
Description
What version of Next.js are you using?
11.1.2
What version of Node.js are you using?
16.6.1
What browser are you using?
Edge 94
What operating system are you using?
Windows 11 (Insider build: 22000.258)
How are you deploying your application?
next start
Describe the Bug
When I create a brand new app using yarn create next-app
, and try to run yarn lint
, an error is thrown:
I wanted to try out linting cause apparently Im a bad developer for not doing so and I don't know what I'm doing wrong.
Expected Behavior
I would have expected it to lint my app
To Reproduce
- Create a brand new app using
yarn create next-app
- Run
next lint
in the app directory
Activity