npm 安裝、刪除依賴命令
npm安裝依賴
- 【npm install xxx】利用 npm 安裝xxx依賴到當前命令行所在目錄
- 【npm install xxx -g】利用npm安裝全局依賴xxx
- 【npm install xxx –save】 安裝並寫入package.json的」dependencies」中
- 【npm install xxx –save-dev】安裝並寫入package.json的」devDependencies」中
npm刪除依賴
- 【npm uninstall xxx】刪除xxx依賴
- 【npm uninstall xxx -g】刪除全局依賴xxx
歡迎關注本站公眾號,獲取更多信息