Socket
Book a DemoInstallSign in
Socket

find-msbuild

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-msbuild

Find your local msbuild.exe install. Useful when building on Windows

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

find-msbuild

Find your local msbuild.exe install. Useful when building on Windows

npm install find-msbuild

Usage

const msbuild = require('find-msbuild')

msbuild(function (err, path) {
  if (err) throw err
  console.log('msbuild.exe is here:', path)
})

Inspired by the msbuild.exe finder in nodejs/node-gyp.

License

MIT

FAQs

Package last updated on 19 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts