We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c3f30 commit 6c40608Copy full SHA for 6c40608
README.md
@@ -26,6 +26,15 @@ It eliminate the wait time here. Hence, is memory efficient.
26
* It can collect form data
27
* It can add, delete, modify data in your database
28
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
38
This intro part is taken from https://www.w3schools.com/nodejs/nodejs_intro.asp.
39
40
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments