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: general/npm/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ latest is the default tag for the latest version of a package on npm.
6
6
7
7
installs everything from package-lock or package if not found, package.json has priority if in conflict with lock file (in that case package-lock will be updated as well)
8
8
9
-
--ignore-scripts disables running scripts like postinstall defined in the target package.json, download only
9
+
`--ignore-scripts` disables running scripts like postinstall defined in the target package.json, download only
0 commit comments