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: lectures/NPM.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Anyone has the ability to create an NPM package. Some might think this is a flaw
18
18
19
19
NPM provides statistics on its main website that can help those in search of a new package to have an idea of what they're getting. Simple statistics such as total downloads on a weekly basis and overall can answer the question of is this package still used by others. Number of dependents of a package is also an excellent indicator of how useful and stable a package is.
20
20
21
-

21
+

22
22
23
23
NPM is managed through a command line interface using the command ```npm```. There's a ton of arguments that can be provided to perform different actions. The full list of arguments can be discovered by executing ```npm -l```.
0 commit comments