-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Parcel Error - module not found @parcel\fs-search\fs-search.win32-x64-msvc.node #7104
Comments
** Updates: ** |
+1 |
Hi, some of my students have the same problem : Parcel Error - module not found @parcel\fs-search\fs-search.win32-x64-msvc.node. |
This worked for me for parcel 2. The issue is because the package is failing due to a missing library on the computer. fs-search requires Microsoft Visual C++ 2015 Redistributable (x64). You can get the download here -> https://aka.ms/vs/17/release/vc_redist.x64.exe |
That does make sense because the error message is |
You Are Ssuuupppper Awwwwsomeee just wondering if theres some mistake I did that caused that error, or is it just missing from the windows installation media files. Thank you anyway for your support, the issue is resolved on my side for windows 10 |
Updates: Issue is resolved as well on windows 11 |
You're real hero! Thank you so much 😊 |
This really worked for me❤❤❤❤❤ At first I had some doubts, but now I would recommend this to anyone having the same issue. Thanks by the way👍🏿 |
Thanks a lot. You are awesome. It took a lot of time to fix this. I got this error after updating the Windows version. It worked for me for gatsby Js framework. |
hey ammar i am facing the same issue as yours...can u please guide me on the parcel 2 thing plzz?? |
Hello dear, it's just a missing c++ package in the windows installation, once I downloaded it and restated my laptop, it just works. You can download it from here |
hey ammar thanks for replying me...actually my issue got resolved already
but thanks anyway☺☺
…On Tue, Sep 6, 2022 at 1:50 PM Ammar Sayed ***@***.***> wrote:
This worked for me for parcel 2.
The issue is because the package is failing due to a missing library on
the computer. fs-search requires Microsoft Visual C++ 2015 Redistributable
(x64).
You can get the download here ->
https://aka.ms/vs/17/release/vc_redist.x64.exe
You Are Ssuuupppper Awwwwsomeee it worked, and I'll upgrade to windows 11
again and re-check,
just wondering if theres some mistake I did that caused that error, or is
it just missing from the windows installation media files.
Thank you anyway for your support,
the issue is resolved on my side for windows 10
hey ammar i am facing the same issue as yours...can u please guide me on
the parcel 2 thing plzz??
Hello dear, it's just a missing c++ package in the windows installation,
once I downloaded it and restated my laptop, it just works.
You can download it from here
https://aka.ms/vs/17/release/vc_redist.x64.exe
—
Reply to this email directly, view it on GitHub
<#7104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS42LVZLKSIYE2QVLLQTL43V44AVXANCNFSM5GC3C3FA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It's work's for me anyone please explain me how it is working |
|
Had the same erro and I managed to solve it: Then got a different error: |
What about macOS? |
What do I do when this doesn't work? |
this worked for me as https://aka.ms/vs/17/release/vc_redist.x64.exe was not working |
try using parcel v1 : npm install -D parcel-bundler |
You are the hero, bro |
Thanks worked for me |
This worked for me. PS: using a windows 11 PC |
thanks brother problem sloved! |
You're such a lifesaver. I wasted 2 hours on this; I wish I had found your solution earlier. Thank you so much. ❤️ |
|
Thanks man! |
It's not because of the missing library, but rather the older version of Node.js. Try upgrading the Node version and then running the command again, it should work now. |
Thanks this work for me. |
Thanks for the help guys.. |
YOU ABSOLUTE LEGEND, THIS WORKED FOR ME .. THANKS!!! |
Actually to implement HMR(Hot Module Replacement) parcel uses a File Watching Algorithm which is written in C++ and for that this might be needed. |
🐛 bug report
Parcel gives me an error when I run yarn start, or yarn build, or npm start or build
I recently upgraded to windows 11
** Updates: **
I've rolled back to a fresh installation of windows 10, and I got the same error 😒, I'm not sure what's happening here but it seems like there's some mistake in parcel installation.
🎛 Configuration ( package.json)
🤔 Expected Behavior
It should run the build or the development server, but neither happened
😯 Current Behavior
An error in the terminal
💁 Possible Solution
I removed entire node module , reinstalled parcel several times, and still facing the same issue
🔦 Context
Just runing a normal start script to see a console log in the browser, it was just a startup file
💻 Code Sample
I have nothing special in my code, it's just a startup file
index.html file
index.js file
🌍 Environment
My labtop specification
The wierd thing is when I looked at the specified folder in the error, I found that module "fs-search.win32-x64-msvc.node" , It's already there under following directory
-- @parcel /
---fs-search /
---- fs-search.win32-x64-msvc.node
, which the error claiming it's not found! 😕
I'm not sure what could be causing this issue,
any one can help?
Debug log:
The text was updated successfully, but these errors were encountered: