Override default npm ci --progress=false

i want to set it to npm install --optional=false, so it doesn't install optional dependency and cause error. So how can i change the default. I beleive that this is what's causing a lot of problem
Was this page helpful?