I was using the Windows 11 64-bit operating system. I installed node 32bit and saw the same error you have.
Here is what I did to solve the problem.
- First, I remove install node 32bit.
- [install Microsoft Visual C++ Redistributable chose 2015, 2017, 2019, and 2022 x64][1]
- and then installed node 64bit and everything worked for me.
[1]: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
If you already have node 64 installed, you should install it Microsoft Visual C++ Redistributable
I was using the Windows 11 64-bit operating system. I installed node 32bit and saw the same error you have.
Here is what I did to solve the problem.
- First, I remove install node 32bit.
- [install Microsoft Visual C++ Redistributable chose 2015, 2017, 2019, and 2022 x64][1]
- and then installed node 64bit and everything worked for me.
[1]: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
If you already have node 64 installed, you should install it Microsoft Visual C++ Redistributable