npm 操作

neil_發表於2017-12-26
//幫助
npm help

//自動 生成 package.json
npm init -y

npm config set init.author.name <name>
npm config set init.author.email <email>


//列出全域性 安裝包
npm list -g --depth=0
複製程式碼

相關文章