-
Notifications
You must be signed in to change notification settings - Fork 756
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: SyntaxError: Named export 'compileModuleRules' not found.
error when using pnpm create cloudflare
then pnpm test
#5311
Comments
bump |
Hey! 👋 I just tried to run the above commands and the tests passed successfully. 😕 Which version of |
I am trying to add vitest to an existing monorepo project and same error occurred for me. Apparently this is originating from I am using similar versions of packages as well. npm: 10.2.4 |
@awais-codes This error means your version of |
Thanks. I updated |
Runs |
Which Cloudflare product(s) does this pertain to?
C3
What version(s) of the tool(s) are you using?
2.15.0 [C3], 3.0.0 [Wrangler]
What version of Node are you using?
21.6.2
What operating system and version are you using?
Mac Sonoma 14.3.1
Describe the Bug
Observed behavior
Unhandled error occurs when running test on repository created via C3 using pnpm
Expected behavior
Tests should run without errors, same as when the repository is created using
npm create cloudflare
.Steps to reproduce
Please provide a link to a minimal reproduction
https://github.com/Xvezda/repro-pnpm-c3-test-issue
Please provide any relevant error logs
The text was updated successfully, but these errors were encountered: