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
error - ./pages/_app.js
Module not found: Can't resolve 'react/jsx-dev-runtime' in '<WorkingDirectory>/nextjs/pages'
after yarn install and then yarn dev
also installing the packages with npm is currently broken too and requires --legacy-peer-deps flag.
I am not the most fluent with NPM so if I am doing something wrong, please tell me.
EDIT: I think I somehow broke my install by first using npm i (i think it removed yarn.lock ?). I cloned this repository again and just started using yarn install and yarn dev and it seems to be working.
The text was updated successfully, but these errors were encountered:
I am getting
after
yarn install
and thenyarn dev
also installing the packages with
npm
is currently broken too and requires--legacy-peer-deps
flag.I am not the most fluent with NPM so if I am doing something wrong, please tell me.
EDIT: I think I somehow broke my install by first using
npm i
(i think it removed yarn.lock ?). I cloned this repository again and just started usingyarn install
andyarn dev
and it seems to be working.The text was updated successfully, but these errors were encountered: