-
-
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
Error: The specified module could not be found. \\?\E:\Bilal\Bootcamp2020\gatsby-contentful-blogsite\node_modules\@parcel\source-map\parcel_sourcemap_node\artifacts\index.win32-x64-msvc.node #8410
Comments
Try this: #7104 (comment) |
Thank You so much it's working fine now. |
Having this same issue - except I don't have an ./artifacts folder as it's a clean project. |
i am having this same issue while trying to run gatsby develop, alos i have another error when i run gatsby new. could you help me |
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
…On Mon, 20 Mar 2023, 3:57 am Abdulsamad Adams, ***@***.***> wrote:
i am having this same issue while trying to run gatsby develop, alos i
have another error when i run gatsby new. could you help me
—
Reply to this email directly, view it on GitHub
<#8410 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOXBW2Y3BKOZFW5IQUUDJRDW46FOHANCNFSM57HN7SZA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
am still getting the error. i get this error whenever i run gatsby new. it displays after av set the project folder name, and initial settings, javascritp etc. after typing in yes for the shall we do this?, it shows this error
TypeError: Xi.cursorTo is not a function Node.js v18.15.0 |
I have a similar error, but not identical. It is not solved with the ' Microsoft Visual C++ 2015 Redistributable Mine gives this error code: I assume it is referring to this folder: But the ' Error: Cannot find module ' ./artifacts/index.win32-ia32-msvc.node ' does not exist there. I cant find it anywhere online. All the files in this directory say "x64" or "arm64". Why is my parcel trying to target this "ia32" that seems to not exist ? |
I am facing the same problem. Have you found a solution? |
Not yet. But I have a couple networks of people to keep working with on it. Several have been stumped already, but will circle back as they get free time to help. Lets keep each other posted until one of us solves it. For now, consider with me what the best theory i, so far. node is creating some/all of the "node_modules" as a 32-bit version, OR node is acting like a 32-bit version. The latter is more likely because that is when it makes those files, that, if you follow them to their destination all have some sort of "64" aspect to their file name(s). The folder in question ("...artifacts") would want to have a bunch of files with "32" in them to satisfy what the error code is saying it is missing and needs. But that problem is a double-sided because I am (and probably you too) working with a 64-bit system. The node is a 64-bit version (with certainty, as I've totally uninstalled and reinstalled several times). The execution of parcel shouldn't create any instances of needing files designed to operate on 32-bit systems. So that brings me back to the original logic: something is inherently wrong with parcel. I have tried countless combinations of different versions of parcel and parcel-bundler with both version of node. PATH variables are double-checked every time. Further support of this suspicion is that 2 veteran devs who've looked in on my problem have said they know of some recent changes to parcel and parcel-bundler. We seem to have a rare error and/or one that is only just occurring for people :( Good luck and keep me posted if you have any progress. Maybe my theories, thus far, can trigger some revelation for you. |
I'll keep you posted on my progress and any findings I come across. If you have any additional thoughts or ideas, please do share them. |
For now, my problems have been solved by downgrading to node 16. |
I downgraded to 16 but yet mine isn't working. |
I downgraded to 16 but yet mine isn't working |
i am using gatsby and when I try to run "gatsby develop" for runing my app it throws the following error
E:\Bilal\Bootcamp2020\gatsby-contentful-blogsite\node_modules\yoga-layout-prebuilt\yoga-layout\build\Release\nbind.js:53
throw ex;
^
Error: The specified module could not be found.
\?\E:\Bilal\Bootcamp2020\gatsby-contentful-blogsite\node_modules@parcel\source-map\parcel_sourcemap_node\artifacts\index.win32-x64-msvc.node
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1210:18)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Module.require (node:internal/modules/cjs/loader:1028:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (E:\Bilal\Bootcamp2020\gatsby-contentful-blogsite\node_modules@parcel\source-map\parcel_sourcemap_node\index.js:15:18)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Module.require (node:internal/modules/cjs/loader:1028:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (E:\Bilal\Bootcamp2020\gatsby-contentful-blogsite\node_modules@parcel\source-map\dist\node.js:14:18)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32) {
code: 'ERR_DLOPEN_FAILED'
}
The text was updated successfully, but these errors were encountered: