Error While Trying to Run Test #4622
Unanswered
Stevepurpose
asked this question in
Q&A
Replies: 2 comments
-
|
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
-
|
Thanks a lot. I already did that.
…On Tue, Dec 5, 2023, 16:27 sapphi-red ***@***.***> wrote:
For that error, you need to install
https://aka.ms/vs/17/release/vc_redist.x64.exe
—
Reply to this email directly, view it on GitHub
<#4622 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZDIFAMFB46DLF7XDY5DGBTYH44O5AVCNFSM6AAAAABAA4TW2GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONRVHE2TA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
-
Please why do I get this error while trying to run test with vitest?
C:\Users\user\Desktop\vitest_tests\node_modules\rollup\dist\native.js:64
throw new Error(
^
Error: Cannot find module @rollup/rollup-win32-x64-msvc. npm has a bug related to optional dependencies (npm/cli#4828). Please try
npm iagain after removing both package-lock.json and node_modules directory.at requireWithFriendlyError (C:\Users\user\Desktop\vitest_tests\node_modules\rollup\dist\native.js:64:9)
at Object. (C:\Users\user\Desktop\vitest_tests\node_modules\rollup\dist\native.js:73:48)
... 2 lines matching cause stack trace ...
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at ModuleWrap. (node:internal/modules/esm/translators:169:29)
at ModuleJob.run (node:internal/modules/esm/module_job:194:25) {
[cause]: Error: The specified module could not be found.
\?\C:\Users\user\Desktop\vitest_tests\node_modules@rollup\rollup-win32-x64-msvc\rollup.win32-x64-msvc.node
at Module._extensions..node (node:internal/modules/cjs/loader:1340:18)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:119:18)
at requireWithFriendlyError (C:\Users\user\Desktop\vitest_tests\node_modules\rollup\dist\native.js:62:10)
at Object. (C:\Users\user\Desktop\vitest_tests\node_modules\rollup\dist\native.js:73:48)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32) {
code: 'ERR_DLOPEN_FAILED'
}
}
Beta Was this translation helpful? Give feedback.
All reactions