關於npm的安裝卸載

npm的安裝 安裝xxx模塊到當前文件夾的node_modules npm install xxx 全局安裝模塊 npm install -g xxx 其中,可以選擇是否將模塊寫入package.json中 安裝但不寫入 npm install xxx 安裝並寫入到 dependencies 中 npm install xxx --save 安裝並寫入到 devDependencies 中 npm
相關文章
相關標籤/搜索