Node.MSBuild 1.0.2

dotnet add package Node.MSBuild --version 1.0.2
NuGet\Install-Package Node.MSBuild -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Node.MSBuild" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Node.MSBuild --version 1.0.2
#r "nuget: Node.MSBuild, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Node.MSBuild as a Cake Addin
#addin nuget:?package=Node.MSBuild&version=1.0.2

// Install Node.MSBuild as a Cake Tool
#tool nuget:?package=Node.MSBuild&version=1.0.2

This NuGet package provides MSBuild targets to set up Node.js.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Node.MSBuild:

Package Downloads
Node.MSBuild.Npm

Nuget package that provides MSBuild targets to setup npm, to execute `npm install`, and to execute `npm run-script build`.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 5,642 12/14/2015
1.0.1 1,096 12/10/2015
1.0.0 1,099 12/10/2015

New MSBuild property `NodeCommandWithNodePathSetting` is introduced.

This sets up Node.js 5.2.0 by default. The version of Node.js to be set up is able to be specified by a MSBuild property.