Open AndresHMosqueda opened 4 years ago
my pc the same issue, but i don't install any Visual Studio version.
try this: npm install --global --production windows-build-tools Microsoft Visual C++ build tools are packaged with Visual Studio but now available for npm. see this link for details https://stackoverflow.com/questions/34335043/troubles-with-npm-and-node-gyp-in-windows
after this error fixed, you may need to fix other errors of course.
After I run "npm install" I get these errors, I've ran "npm install --g --production windows-build-tools", I've also deleted node_modules, package-lock.json and installed Visual Studio community 2019 but still have the same issue...
I've deleted version 2017 so the only version installed on my machine is 2019, please your help!!
Nodejs version that I'm using is: v12.8.1, npm version: 6.10.2, python: 2.7.14
What should I do to remove that error after running "npm install"?