Fatal error installing 8.0.0- rolldown issue with Windows 10 #21846
Unanswered
RobTheTeacher
asked this question in
Q&A
Replies: 1 comment
-
|
@RobTheTeacher This usually points to optional native binding install issues on Windows (often cache/lock-state related). A clean reset that commonly fixes it:
Commands (Windows):
Also confirm Node is current LTS; some node/npm combos can break native optional resolution. References: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Used Package Manager
npm
Logs
Anyone got a solution?
Validations
Beta Was this translation helpful? Give feedback.
All reactions