ERR_DLOPEN_FAILED Every time i was trying to run the server these error was poping and I dont find why it was poping. #15209
Unanswered
HarshavardhanPuchakayala
asked this question in
Q&A
Replies: 2 comments
-
same issue encountered to me while using vite and parcel. but in case of CRA i am able to run command npm start |
Beta Was this translation helpful? Give feedback.
0 replies
-
For that error, you need to install https://aka.ms/vs/17/release/vc_redist.x64.exe |
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
-
Error: Cannot find module @rollup/rollup-win32-x64-msvc. npm has a bug related to optional dependencies (npm/cli#4828). Please try
npm i
again after removing both package-lock.json and node_modules directory.at requireWithFriendlyError (D:\Internship\SaraSuvidhaenPrivateLimited\node_modules\rollup\dist\native.js:64:9)
at Object. (D:\Internship\SaraSuvidhaenPrivateLimited\node_modules\rollup\dist\native.js:73:48)
... 2 lines matching cause stack trace ...
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at requireWithFriendlyError (D:\Internship\SaraSuvidhaenPrivateLimited\node_modules\rollup\dist\native.js:62:10)
at Object. (D:\Internship\SaraSuvidhaenPrivateLimited\node_modules\rollup\dist\native.js:73:48)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32) {
code: 'ERR_DLOPEN_FAILED'
}
}
Beta Was this translation helpful? Give feedback.
All reactions