Cake.Npm icon indicating copy to clipboard operation
Cake.Npm copied to clipboard

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

Results 9 Cake.Npm issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | `17.9.0` -> `17.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xunit](https://togithub.com/xunit/xunit) | `2.6.6` -> `2.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Build
dependencies

When I am running NpmCi, NpmRunScript, and NpmPack in an Azure DevOps pipeline, I'm logging errors, here I don't have any errors. For example: `##[error]npm info using [email protected]\n` `##[error]npm info...

Add support for [npm dist-tag](https://docs.npmjs.com/cli/dist-tag) command.

Feature

Add support for [npm view](https://docs.npmjs.com/cli-commands/view.html) command.

Feature

Add support for [reading npm configuration](https://docs.npmjs.com/cli-commands/config.html).

Feature

Add support for npm get. Splitted from #102 . Fixes #121

Add support for npm view. Splitted from #102 . Fixes #120