Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with turbo giving error! #4

Open
MahirAlam opened this issue Mar 16, 2024 · 0 comments
Open

Using with turbo giving error! #4

MahirAlam opened this issue Mar 16, 2024 · 0 comments

Comments

@MahirAlam
Copy link

Just cloned this repo and when I run the command yarn dev --turbo,
Giving this error......

yarn dev --turbo
   ▲ Next.js 14.1.3 (turbo)
   - Local:        http://localhost:3000

 ✓ Ready in 2.7s
 ○ Compiling / ...
 ✓ Compiled / in 13.6s
 ⨯ TypeError: Cannot read properties of undefined (reading 'black')
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:130:129
    at [project]/components/Welcome/Welcome.css.ts [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:146:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:158:143
    at [project]/components/Welcome/Welcome.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:223:3)   
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:255:137
    at [project]/app/page.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:278:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at Module.default (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:282:20)
    at tree.children.page (G:\next-vanilla-extract-template-master\.next\server\chunks\node_modules_next_dist_ec3769._.js:3245:168)
    at Array.map (<anonymous>)
digest: "601416430"
 ⨯ TypeError: Cannot read properties of undefined (reading 'black')
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:130:129
    at [project]/components/Welcome/Welcome.css.ts [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:146:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:158:143
    at [project]/components/Welcome/Welcome.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:223:3)   
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:255:137
    at [project]/app/page.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:278:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at Module.default (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:282:20)
    at tree.children.page (G:\next-vanilla-extract-template-master\.next\server\chunks\node_modules_next_dist_ec3769._.js:3245:168)
    at Array.map (<anonymous>)
 ⨯ TypeError: Cannot read properties of undefined (reading 'black')
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:130:129
    at [project]/components/Welcome/Welcome.css.ts [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:146:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:158:143
    at [project]/components/Welcome/Welcome.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:223:3)   
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:255:137
    at [project]/app/page.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:278:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at Module.default (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:282:20)
    at tree.children.page (G:\next-vanilla-extract-template-master\.next\server\chunks\node_modules_next_dist_ec3769._.js:3245:168)
    at Array.map (<anonymous>)
TypeError: Cannot read properties of undefined (reading 'black')
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:130:129
    at [project]/components/Welcome/Welcome.css.ts [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:146:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:158:143
    at [project]/components/Welcome/Welcome.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:223:3)   
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:255:137
    at [project]/app/page.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:278:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at Module.default (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:282:20)
    at tree.children.page (G:\next-vanilla-extract-template-master\.next\server\chunks\node_modules_next_dist_ec3769._.js:3245:168)
    at eB (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:35:402533)
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:6514
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\server\lib\trace\tracer.js:133:36
    at NoopContextManager.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:7062)
    at ContextAPI.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:518)
    at NoopTracer.startActiveSpan (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:18093)
    at ProxyTracer.startActiveSpan (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:18854)
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\server\lib\trace\tracer.js:122:103
    at NoopContextManager.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:7062)
    at ContextAPI.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:518)
    at NextTracerImpl.trace (G:\next-vanilla-extract-template-master\node_modules\next\dist\server\lib\trace\tracer.js:122:28)
    at ru (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:6395)
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:9085
    at Array.map (<anonymous>)
    at ru (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:8818)
    at async rv (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:14233) {
  digest: '601416430'
}
 ⨯ TypeError: Cannot read properties of undefined (reading 'black')
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:130:129
    at [project]/components/Welcome/Welcome.css.ts [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:146:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:158:143
    at [project]/components/Welcome/Welcome.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:223:3)   
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:255:137
    at [project]/app/page.tsx [app-rsc] (ecmascript) (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:278:3)
    at instantiateModule (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:488:23)
    at getOrInstantiateModuleFromParent (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:539:12)
    at esmImport (G:\next-vanilla-extract-template-master\.next\server\chunks\[turbopack]_runtime.js:113:20)
    at Module.default (G:\next-vanilla-extract-template-master\.next\server\chunks\_6880e0._.js:282:20)
    at tree.children.page (G:\next-vanilla-extract-template-master\.next\server\chunks\node_modules_next_dist_ec3769._.js:3245:168)
    at eB (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:35:402533)
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:6514
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\server\lib\trace\tracer.js:133:36
    at NoopContextManager.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:7062)
    at ContextAPI.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:518)
    at NoopTracer.startActiveSpan (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:18093)
    at ProxyTracer.startActiveSpan (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:18854)
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\server\lib\trace\tracer.js:122:103
    at NoopContextManager.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:7062)
    at ContextAPI.with (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\@opentelemetry\api\index.js:1:518)
    at NextTracerImpl.trace (G:\next-vanilla-extract-template-master\node_modules\next\dist\server\lib\trace\tracer.js:122:28)
    at ru (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:6395)
    at G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:9085
    at Array.map (<anonymous>)
    at ru (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:8818)
    at async rv (G:\next-vanilla-extract-template-master\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:14233) {
  digest: '601416430',
  page: '/'
}
 ○ Compiling /_error ...
 ✓ Compiled /_error in 2.2s

Seems like this error is because of turbo but not sure....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant