-
Notifications
You must be signed in to change notification settings - Fork 723
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: Creating a new typescript project fails with an error #7226
Comments
Is that right? (wrangler is now 3.87.0) Also Can you try with an up to date version of wrangler? Thanks! |
|
The newly created project still doesn't have
|
@anonrig This is where your install error:
What I have on MacOS, with the same c3 version:
Any chance you have more logs? cd test-worker
npm i |
Which Cloudflare product(s) does this pertain to?
C3 (npm create cloudflare), Wrangler
What version(s) of the tool(s) are you using?
Wrangler 3.60.3
What version of Node are you using?
22.10.0
What operating system and version are you using?
CFLinux
Describe the Bug
Observed behavior
Creating a new project using typescript preset fails to install dependencies and fails with an "Error" with no error message. And it doesn't add the workers-types dependency.
Expected behavior
We should be able to create a new project without any issues.
Steps to reproduce
Run the following commands:
The installation fails with "Error" without enabling Warp or any proxy.
Fails with
node_modules
folderpnpm install
node --run dev
and it succeeds.Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: