Fix Node MSBuild Exit code 1 | Workaround guide

preview_player
Показать описание
Want to install something using npm, but can't because of an annoying MSBuild error code? Well, this video has a permanent solution that may not be the best, but it's something that worked for me and will likely work for you as well. It's a super quick fix that you can use immediately. If you want to carry on debugging this issue further, you're more than welcome but this would have saved me 5-6 hours had I known something so simple could have been done.

Timestamps:
0:00 - Example
1:39 - Switching from Current to LTS, or back
3:40 - What does the MSBuild error mean?

#Node #Fix #MSBuild
-----------------------------
-----------------------------

Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.
Рекомендации по теме
Комментарии
Автор

I have been struggling with issue for 2 weeks and your video helped after going through so many. Thank you very much

thabangmotshele
Автор

Extremely helpful, I'm trying to solve this issue for like three days without success now.

RedCrafter
Автор

I cant thank you enough, i literally spent all day trying to fix it by installing MSBuild 2017, Python, and that windows-build-tools (witch wouldn't install corectly), and nothing worked. When i reinstalled it it just worked. I think what fixed it was the chocolatey dependencies setup because i was already at LTS node.

TheKuriios