- Node.js Web Development
- David Herron
- 90字
- 2021-06-25 21:54:06
Other npm commands
The main npm command has a long list of subcommands for specific package management operations. These cover every aspect of the life cycle of publishing packages (as a package author), and downloading, using, or removing packages (as an npm consumer).
You can view the list of these commands just by typing npm (with no arguments). If you see one you want to learn more about, view the help information:
$ npm help <command> The help text will be shown on your screen. Or, see the website: http://docs.npmjs.com
推薦閱讀
- 現代C++編程:從入門到實踐
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Java虛擬機字節碼:從入門到實戰
- Java編程技術與項目實戰(第2版)
- 編程與類型系統
- ASP.NET開發與應用教程
- The Professional ScrumMaster’s Handbook
- Natural Language Processing with Java and LingPipe Cookbook
- Learning Material Design
- Azure Serverless Computing Cookbook
- Django 3.0入門與實踐
- Instant Debian:Build a Web Server
- Appcelerator Titanium:Patterns and Best Practices