Skip to content

anypackage/npm

Repository files navigation

AnyPackage.Npm

gallery-image build-image cf-image

AnyPackage.Npm is an AnyPackage provider that facilitates installing Node.js NPM modules.

Install AnyPackage.Npm

Install-PSResource AnyPackage.Npm

Import AnyPackage.Npm

Import-Module AnyPackage.Npm

Sample usages

Search for a package

Find-Package -Name posh-gulp

Install a package

Find-Package posh-gulp | Install-Package

Install-Package -Name posh-gulp

Get list of installed packages

Get-Package -Name posh-gulp

Uninstall a package

Get-Package -Name posh-gulp | Uninstall-Package

Uninstall-Package -Name posh-gulp

Known Issues

Custom repositories

The package provider currently does not support custom package repositories.