Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4870

Can I configure `ember build` to install dependencies via `npm ci` instead of `npm install`?`?

$
0
0

I have found in the documentation that I can configure my project to use yarn instead of npm. This would sort of fix my issue, since yarn install is equivalent to npm ci. Nonetheless, I would like to know if there is a way to tell ember to run npm ci instead of npm install

Why would someone want to install different dependencies every time you deploy the same commit? I would also appreciate if someone knows why ember build default to npm install instead of npm ci, maybe there is something for me to learn :slight_smile:

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4870

Trending Articles