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: apps/node.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# NODE
2
2
3
-
This scripts installs the following programs:
3
+
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
4
+
5
+
In addition to the "node" command, this script provides the following programs:
4
6
5
-
- node : JavaScript runtime built on Chrome’s V8 engine.
6
7
- npm : Package manager for Node.js dependencies and modules.
7
8
- npx : Runs commands from npm packages without manual installation.
0 commit comments