You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,10 @@ mix npm.config
107
107
9. Warns about unmet peer dependencies and deprecated packages
108
108
10. Retries failed downloads with exponential backoff
109
109
110
+
## Why `npm.lock` instead of `package-lock.json`?
111
+
112
+
`npm_ex` is not npm, so it keeps its own lockfile. `package.json` is the shared manifest; `npm.lock` is the reproducibility file for the `npm_ex` installer.
0 commit comments