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

🐛 BUG: #1044

Closed
Mariwan001 opened this issue Sep 3, 2024 · 2 comments
Closed

🐛 BUG: #1044

Mariwan001 opened this issue Sep 3, 2024 · 2 comments
Labels
needs repro Issue needs a reproduction

Comments

@Mariwan001
Copy link

What version of @astrojs/compiler are you using?

last vrsion

What package manager are you using?

npm

What operating system are you using?

windows

Describe the Bug

that is the error: Use dark theme
UnknownCompilerError
Unknown compiler error.
Cannot read properties of undefined (reading 'exports')
See Docs Reference
This is almost always a problem with the Astro compiler, not your code. Please open an issue at https://astro.build/issues/compiler.
pages/index.astro
Open in editor

import DefaultLayout from "../layouts/Default.astro";
import { HeaderSection } from "../sections/Header";
import {HeroSection} from "../sections/Hero";
import {FeaturesCardsSection} from "../sections/FeaturesCards"

Stack Trace TypeError: Cannot read properties of undefined (reading 'exports') at syscall/js.valueNew (file:///C:/Users/Mariwan_IT/Downloads/frontend-tribe-dark-saas-blockchain-site-resource-bundle/frontend-tribe-dark-saas-blockchain-site-template/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js:1:4526) at wasm://wasm/01391162:wasm-function[1568]:0x168de9 at wasm://wasm/01391162:wasm-function[1567]:0x168b15 at wasm://wasm/01391162:wasm-function[2536]:0x357e3a at wasm://wasm/01391162:wasm-function[1543]:0x164c07 at wasm://wasm/01391162:wasm-function[204]:0x1d038 at wasm://wasm/01391162:wasm-function[1169]:0xfab11 at d._resume (file:///C:/Users/Mariwan_IT/Downloads/frontend-tribe-dark-saas-blockchain-site-resource-bundle/frontend-tribe-dark-saas-blockchain-site-template/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js:1:6412) at Object.transform (file:///C:/Users/Mariwan_IT/Downloads/frontend-tribe-dark-saas-blockchain-site-resource-bundle/frontend-tribe-dark-saas-blockchain-site-template/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js:1:6575) at file:///C:/Users/Mariwan_IT/Downloads/frontend-tribe-dark-saas-blockchain-site-resource-bundle/frontend-tribe-dark-saas-blockchain-site-template/node_modules/@astrojs/compiler/dist/node/index.js:1:830

Link to Minimal Reproducible Example

http://localhost:4321/

@github-actions github-actions bot added the needs triage Issue needs to be triaged label Sep 3, 2024
@Mariwan001
Copy link
Author

ok

@bluwy bluwy added the needs repro Issue needs a reproduction label Sep 3, 2024
Copy link
Contributor

github-actions bot commented Sep 3, 2024

Hello @Mariwan001. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with needs repro will be closed if they have no activity within 3 days.

@github-actions github-actions bot removed the needs triage Issue needs to be triaged label Sep 3, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue needs a reproduction
Projects
None yet
Development

No branches or pull requests

2 participants