After installing a fresh starter repo project, the NextJS app fails when attempting to start it up (yarn web)
Expected Behavior
NextJS web app starts up correctly
Steps To Reproduce
Run npx create-solito-app@latest my-solito-app
Run yarn web
Result:
SyntaxError: Unexpected token '??='
at wrapSafe (internal/modules/cjs/loader.js:1001:16)
at Module._compile (internal/modules/cjs/loader.js:1049:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:101:18)
at Object.<anonymous> (/Users/<me>/workspace/mmm-solito/node_modules/next/dist/telemetry/post-payload.js:17:20)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
After installing a fresh starter repo project, the NextJS app fails when attempting to start it up (
yarn web
)Expected Behavior
NextJS web app starts up correctly
Steps To Reproduce
npx create-solito-app@latest my-solito-app
yarn web
Result:
Versions
Screenshots
No response
Reproduction
No response