- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 225字
- 2021-07-08 10:32:36
npm - the Node Package Manager
Writing applications with Node.js is really enjoyable when you realize the sheer wealth of information and tools at your disposal! Using Node.js's built-in package manager, npm, you can find literally tens of thousands of modules that can be installed and used within your application with just a few keystrokes! One of the biggest reasons for the success of Node.js is npm, which is one of the best package managers out there, with a very minute learning curve. If this is the first ever package manager that you are getting exposed to, you should consider yourself lucky!
On a regular month, npm handles more than a billion downloads, and it has around 150,000 packages currently available for you to download. You can view the library of available modules by visiting www.npmjs.com. Downloading and installing any module within your application is as simple as executing the following command:
npm install package
Have you written a module that you want to share with the world? You can package it up using npm and upload it to the public registry at www.npmjs.org just as easily! If you are not sure how a module you installed works, the source code is right there in your project's node_modules/ folder waiting to be explored!
- 深入理解Android(卷I)
- RTC程序設計:實時音視頻權威指南
- Animate CC二維動畫設計與制作(微課版)
- JavaScript從入門到精通(第3版)
- 你必須知道的204個Visual C++開發問題
- Bootstrap 4:Responsive Web Design
- Python Data Analysis Cookbook
- Creating Stunning Dashboards with QlikView
- Node學習指南(第2版)
- 計算機應用基礎項目化教程
- OpenCV Android開發實戰
- jQuery Mobile Web Development Essentials(Second Edition)
- Hadoop Blueprints
- Java EE 7 Development with WildFly
- WCF全面解析