Cake.Npm 5.1.0

dotnet add package Cake.Npm --version 5.1.0
                    
NuGet\Install-Package Cake.Npm -Version 5.1.0
                    
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="Cake.Npm" Version="5.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cake.Npm" Version="5.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Cake.Npm" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cake.Npm --version 5.1.0
                    
#r "nuget: Cake.Npm, 5.1.0"
                    
#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.
#:package Cake.Npm@5.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cake.Npm&version=5.1.0
                    

A set of aliases for Cake to help with running Npm (Node Package Manager) commands

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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 Cake.Npm:

Package Downloads
Cake.CachedNpm

Provides Cake addin for caching the node_modules folder in file system.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.1.0 558,421 1/23/2025
5.0.0 67,158 12/9/2024
4.0.0 932,623 2/10/2024
3.0.0 364,169 7/3/2023
2.0.0 1,588,700 2/8/2022
1.0.0 812,920 2/12/2021
0.17.0 2,003,519 4/22/2019
0.16.0 1,132,077 10/27/2018
0.15.0 39,126 9/12/2018
0.15.0-beta0001 943 9/12/2018
0.14.0 44,095 6/25/2018
0.13.0 135,824 3/9/2018
0.13.0-beta0001 2,467 3/6/2018
0.12.1 115,524 10/16/2017
0.12.0 24,741 9/13/2017
0.11.0 75,114 8/19/2017
Loading failed