-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
Describe the bug
Trying a fresh install:
npm create vite@latest
Select: React with Javascript
on npm run dev this error is produced:
[cause]: Error: Cannot find module '@rolldown/binding-win32-x64-msvc'
Reproduction
Steps to reproduce
npm create vite@latest
Select: React with Javascript
on npm run dev this error is produced:
[cause]: Error: Cannot find module '@rolldown/binding-win32-x64-msvc'
System Info
Windows: Version 10.0.19045 Build 19045
System: 64xUsed Package Manager
npm
Logs
Anyone got a solution?
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable