Forum Discussion
VikasB the log indicates a problem with a visual studio dependency using MSBuild.exe - typically the windows build tools command installs this, however you may have multiple versions installed if you already have VisualStudio on your machine.
Can you confirm what Windows version you are running (winver from the search bar) and what versions of VisualStudio are showing installed on your machine from Settings > Apps
I'll take a look and see if I can replicate the problem here.
If you have trouble installing the windows build tools and python from above, you can try locking the version to 1.3.2, by running this command:
npm install --global --production windows-build-tools@1.3.2
Version after this from what i gathered are buggy and likely not fixed, which causes some slow installs or obscure errors. THis worked for me. Enjoy!
Related Content
- 7 years ago