Install windows build tools for mac

broken image

If not already installed, it will also install Python 2.7, configuring your machine and npm appropriately.

broken image

These tools are required to compile popular native modules. Or, if you are using Yarn: yarn global add windows-build-toolsĪfter installation, npm will automatically execute this module, which downloads and installs VisualĬ++ Build Tools, provided free of charge for most users by Microsoft (as part of Visual Studio Community, please consult the license to determine whether or not you're eligible). Start PowerShell as Administrator and run: npm install -global windows-build-tools

broken image

On Windows? Want to compile native Node modules? Install the build tools with this one-liner.