dotnet / dotnet/sdk

For Microsoft.VisualStudio.JavaScript.Sdk projects it should be possible to configure packages installs to use npm ci rather than npm install

Open
#42,171 3 comments 0 reactions 0 assignees View on GitHub
Area-esproj untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Is your feature request related to a problem? Please describe.
My understanding is for purposes such as building under a CI environment it may be desirable to to use npm ci to install dependencies as it does not write to package-lock.json causing dependencies to be frozen for the project meaning builds can be reproducible.

### Describe the solution you'd like
A property for configuring the command for installing dependencies via npm.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.