Issue installing Arduino Uno interface (basic addon)

Error attached for your reference

pls share documents if any.

I see that you’re installing the basic interface under windows.
The issues you get relate to the LegoHub interface that is part of the add-on. It requires developer tools to compile.

There are two solutions to your problem:

  1. The preferred solution: Before you run npm install within the addon folder, do the following install:
    npm install --global --production windows-build-tools
  2. Remove the LegoHub interface within the add-on and the wedoboostpoweredup dependency in the package.json file.

Let us know what works for you.