npm run dev
error caused by @builder.io/dev-tools
: package.json invalid path
#3035
Labels
devtools
Issues surrounding the Builder Devtools
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 ran
npm 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?
The text was updated successfully, but these errors were encountered: