Tools for Native Modules

Tools for Native Modules
node_01.png
some npm modules need to be compiled from C/C++ when installing.
if you want to be able to install such modules, some tools (Python and Visual Studio Build Tools) need to be installed.
Automaticaly install the necessary tools.Note that this will also install Chocolatey. The script will pop-up a new windows after the installation completes.
Alternatively, follow the instructions ad https://github.com/nodejs/node-gyp#on-windowsl to install the dependenceis youeself.