- Node.js Web Development
- David Herron
- 63字
- 2021-06-25 21:54:06
Installing an npm package
The npm install command makes it easy to install packages upon finding the one of your dreams, as follows:
$ npm install express /home/david/projects/notes/ - express@4.13.4 ...
The named module is installed in node_modules in the current directory. The specific version installed depends on any version number listed on the command line, as we see in the next section.
推薦閱讀
- Visual C++程序設計教程
- Spring Cloud Alibaba核心技術與實戰案例
- C語言程序設計實訓教程
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Flux Architecture
- Mastering KnockoutJS
- SharePoint Development with the SharePoint Framework
- 劍指MySQL:架構、調優與運維
- Java Web程序設計任務教程
- Node.js全程實例
- Visual C#.NET Web應用程序設計
- 小型編譯器設計實踐
- iOS開發項目化入門教程
- Appcelerator Titanium:Patterns and Best Practices
- Learning Image Processing with OpenCV