Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    I installed Desktop Development with C++ workload and I tried this but still I get the same error. Do I need to install windows build tools? Commented Nov 21, 2021 at 10:12
  • 1
    No, well at least I didn't have to do that, another thing I did to fix this error when it appeared again on an older project was downgrading node.js to version 14.16.1 Commented Nov 21, 2021 at 22:19
  • 2
    In my case it worked after downgrading node.js to v16.13.0 Commented Nov 23, 2021 at 16:58
  • In my case it was the other way around - on upgrading from v16.17.0 to v18.17.0 (the latest at the time of writing this), this issue was resolved Commented Aug 2, 2023 at 4:46