AnyPackage.Npm is an AnyPackage provider that facilitates installing Node.js
NPM modules.
Install AnyPackage.Npm
Install-PSResource AnyPackage.NpmImport AnyPackage.Npm
Import-Module AnyPackage.NpmSample 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.