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
Hi! I'm trying to follow contributing/core/developing.md and contributing/core/developing-using-local-app.md.
I have successfully run pnpm dev which spawned 9 tasks, with 2 succeeding, rest waiting.
I've copy-pasted basic-css example into root, removed package.json to match "Develop inside the monorepo" setup from developing-using-local-app.md, but when I run pnpm next ./dev-app, it fails with an error (see below)
I've seen some other discussions where people were failing to work on next.js, but none of them had the same error as I do.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Hi! I'm trying to follow
contributing/core/developing.md
andcontributing/core/developing-using-local-app.md
.I have successfully run
pnpm dev
which spawned 9 tasks, with 2 succeeding, rest waiting.I've copy-pasted
basic-css
example into root, removedpackage.json
to match "Develop inside the monorepo" setup fromdeveloping-using-local-app.md
, but when I runpnpm next ./dev-app
, it fails with an error (see below)I've seen some other discussions where people were failing to work on next.js, but none of them had the same error as I do.
What do I do?
Additional information
Beta Was this translation helpful? Give feedback.
All reactions