'Microsoft Visual C++ Runtime error - Assertion Failed
Solution 1:[1]
Please follow the below steps to resolve this issue
- Uninstall the current version of node.js.
- Go to https://nodejs.org/en/blog/release/
- Install the previous version of node.js (I installed from here 4. https://nodejs.org/dist/v14.17.3/node-v14.17.3-x64.msi)
- Restart your system
- Try building the project using npm install
I hope this will solve your problem
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Parashuram Vangi |

