Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c40608

Browse files
author
gevic
committed
NPM details added
1 parent c3c3f30 commit 6c40608

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎README.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ It eliminate the wait time here. Hence, is memory efficient.
2626
* It can collect form data
2727
* It can add, delete, modify data in your database
2828

29+
## Node.js NPM
30+
NPM is a package manager for Node.js. It hosts thousands of packages to download. It is similar
31+
to ```pip```.
32+
Say you want to download a package named lower-case
33+
```npm install lower-case```
34+
And that's all you have to do to use a module in Node.js.
35+
36+
Pretty simple huhh!
37+
2938
This intro part is taken from https://www.w3schools.com/nodejs/nodejs_intro.asp.
3039

3140

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /