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: Wranger install fails with error (Error: Expected "2023-08-14" but got "workerd 2023-08-01") #3761

Closed
AkashRajpurohit opened this issue Aug 15, 2023 · 2 comments
Labels
bug Something that isn't working

Comments

@AkashRajpurohit
Copy link

Which Cloudflare product(s) does this pertain to?

Workers Runtime, Wrangler core

What version(s) of the tool(s) are you using?

latest

What version of Node are you using?

18.16.0

What operating system are you using?

Mac

Describe the Bug

Installing latest wrangler is failing on the post install script for workerd.

Reported on discord as well by another user

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

node_modules/.pnpm/workerd@1.20230814.0/node_modules/workerd: Running postinstall script, failed in 1s
.../node_modules/workerd postinstall$ node install.js
│ /Users/akash/Documents/project/node_modules/.pnpm/workerd@1.202308
│     throw new Error(
│           ^
│ Error: Expected "2023-08-14" but got "workerd 2023-08-01"
│     at validateBinaryVersion (/Users/akash/Documents/project/node_
│     at /Users/akash/Documents/project/node_modules/.pnpm/workerd@1
│ Node.js v18.16.0
@AkashRajpurohit AkashRajpurohit added the bug Something that isn't working label Aug 15, 2023
@admah
Copy link
Contributor

admah commented Aug 15, 2023

This was an issue in workerd that has now been resolved (see this comment). Could you try the install again?

@AkashRajpurohit
Copy link
Author

Yep, seems to be working fine now.
This can be closed. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
None yet
Development

No branches or pull requests

2 participants