-
Notifications
You must be signed in to change notification settings - Fork 14
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
SRC Dir not found - testing new version #172
Comments
Looking into this 🫡 |
@Shane-Donlon can you go ahead and try this version? |
@thejackshelton @thejackshelton-kunaico Not sure which one to tag here 🤣 Confirmed https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@bafc173 as working node_modules@qwikdev/package.json "name": "@qwikdev/astro",
"description": "Use Qwik components and Resumability within Astro",
"version": "0.6.3", For the sake of transparency this is what and how I have tested (JSX not TSX) (these are all component$ so that obviously works too 🤣 🤣 ) Note:
"astro": "^5.0.2" is what is installed on my root package.json as of this morning as I had to run npm create astro etc..... Node Modules Package.json "devDependencies": {
"@builder.io/qwik": "^1.10",
"astro": "5.0.0-beta.12",
"vite": "^5.4.11"
}, Root package.json "dependencies": {
"@builder.io/qwik": "^1.11.0",
"@qwikdev/astro": "https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@bafc173",
"astro": "^5.0.2"
} |
https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@cc0fb27 this one should be using Astro 5 |
This should be fixed in the latest version. Let me know if that's not the case! Happy to re-open if so. |
Hey Jack - I am getting a src dir not found error from Qwik srcDir
System info taken - (PS if this command was taken from Qwik repo issue, if you have an updated command I don't mind running it before submitting issues)
System:
OS: Windows 11 10.0.22631
CPU: (8) x64 Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz
Memory: 611.89 MB / 7.74 GB
Binaries:
Node: 22.11.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.21 - ~\AppData\Roaming\npm\yarn.CMD
npm: 10.9.0 - C:\Program Files\nodejs\npm.CMD
pnpm: 9.14.2 - ~\AppData\Roaming\npm\pnpm.CMD
Browsers:
Edge: Chromium (127.0.2651.74)
Internet Explorer: 11.0.22621.3527
npmPackages:
@builder.io/qwik: ^1.11.0 => 1.11.0
package.json
also an issue with this package.json
steps to reproduce
npm create astro@latest
update package.json
npm install
npm run dev
Dev server doesn't start due to error above
some confirming points
The text was updated successfully, but these errors were encountered: