nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.47k stars 174 forks source link

Starter repo web project does not start #431

Closed higgsboz-beam closed 1 year ago

higgsboz-beam commented 1 year ago

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

  1. Run npx create-solito-app@latest my-solito-app
  2. 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)

Versions

- Solito: 4.0.1
- Next.js: 13.4.19
- Expo: 49.0.0
- React Native: 0.72.4

Screenshots

No response

Reproduction

No response