Home > Enterprise >  Next.js install - useContext error when initial install haven't touched any files
Next.js install - useContext error when initial install haven't touched any files

Time:10-01

When intially installing a npx create-next-app@latest or npx create-next-app@latest --typescript complete the install and then try running with next dev I see a useContext error. I haven't touched any files and am just trying to run bare bones but yet I'm seeing this error, I even search for useContext in vs code search and nothing is found.

Wondering if I'm the only one who is experiencing this.

enter image description here

CodePudding user response:

i run cmd npx create-next-app@latest --ts is all right,i guess y maybe at that time network is bad enter image description here

  • Related