Open ijustwannacodetoday opened 9 months ago
I have the same issue with the vite qwik template. I'm also running Windows
I have the same issue
Encountered the same error. Not a good experience using these great tech together so far.
npm create qwik@latest
npm run qwik add builder.io
npm run dev
Hi, I just signed up for Builder, I’m on the “Welcome to Builder” screen, using “Integrate your existing project”. I get an error when starting dev server -
Error: Invalid path: C:\dev\project\code\package.json (7341)
- when executingnpm run dev
on Windows.Describe the bug I created a new Qwik site using Cloudflare Pages integration following Deploy a Qwik site · Cloudflare Pages docs. Then, I signed up at builder.io, and got to the “Welcome to Builder” screen, which said to run
npm init builder.io@latest --existing
to “Integrate your existing project”. After that, I rannpm install
andnpm run dev
, but it errors out right away with the following:To Reproduce Steps to reproduce the behavior on Windows:
npm create cloudflare@latest my-qwik-app -- --framework=qwik
npm init builder.io@latest --existing
npm install
npm run dev
Expected behavior Qwik dev server working locally on a Windows machine after integrating Builder.
Additional context These are the dependencies added:
And it fails here:
Debugging values:
The issue seems to stem from a non-normalized path separator.
Could anyone please help fix this?