Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ci): add note that configuration must be consistent between install and ci #4666

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

nlf
Copy link
Contributor

@nlf nlf commented Apr 1, 2022

related to #4664

@nlf nlf requested a review from a team as a code owner April 1, 2022 15:34
@npm-robot
Copy link
Contributor

found 1 benchmarks with statistically significant performance improvements

  • app-large: clean
timing results
app-large clean lock-only cache-only cache-only
peer-deps
modules-only no-lock no-cache no-modules no-clean no-clean
audit
npm@8 74.912 ±7.93 37.654 ±0.44 23.023 ±0.39 26.155 ±0.92 3.741 ±0.02 3.866 ±0.15 3.050 ±0.09 15.251 ±0.09 2.988 ±0.01 4.244 ±0.04
#4666 65.680 ±0.15 38.522 ±0.38 23.588 ±0.07 26.454 ±0.79 3.865 ±0.09 3.950 ±0.15 3.029 ±0.01 16.095 ±0.21 3.083 ±0.08 4.381 ±0.18
app-medium clean lock-only cache-only cache-only
peer-deps
modules-only no-lock no-cache no-modules no-clean no-clean
audit
npm@8 44.972 ±0.05 28.994 ±0.40 16.835 ±0.03 17.939 ±0.01 3.551 ±0.01 3.481 ±0.04 3.061 ±0.03 11.204 ±0.03 2.848 ±0.00 3.889 ±0.07
#4666 48.116 ±2.09 29.265 ±0.39 17.237 ±0.11 18.546 ±0.84 3.504 ±0.04 3.464 ±0.00 3.103 ±0.09 11.372 ±0.05 2.887 ±0.02 3.960 ±0.16
@lukekarrys lukekarrys merged commit 85b3c48 into latest Apr 1, 2022
@lukekarrys lukekarrys deleted the nlf/npm-ci-docs-update branch April 1, 2022 18:33
@rtorr
Copy link

rtorr commented Apr 1, 2022

Could the lock file keep a list of commands used it was generated with? npm ci could then check for that. Just curious. Does seem like it could be a mess to maintain.

@lukekarrys
Copy link
Contributor

@rtorr I think that's a good idea and would be an interesting RRFC. Would be even easier to implement once npm/rfcs#566 lands.

@lukekarrys lukekarrys mentioned this pull request Apr 14, 2022
blyme added a commit to reload/daft that referenced this pull request Jun 28, 2022
Also, we add a .npmrc file to prevent peer-dependency errors in newer npm version.
See npm/cli#4664  and npm/cli#4666
blyme added a commit to reload/daft that referenced this pull request Jun 28, 2022
Also, we add a .npmrc file to prevent peer-dependency errors in newer npm version.
See npm/cli#4664  and npm/cli#4666
blyme added a commit to reload/daft that referenced this pull request Jun 28, 2022
Also, we add a .npmrc file to prevent peer-dependency errors in newer npm version.
See npm/cli#4664  and npm/cli#4666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants