Npm by default uses global values when initializing a new package.json file. Learn how to set your own global default values by command line or editing the ~/.npmrc file. npm set init.author.email "xxx@gmail.com" npm set init.author.name "
npm使用入门 crazygit 关注 2017.03.10 18:31 字数 1773 阅读 1617评论 0喜欢 10 NPM是什么 npm npm makes it easy for JavaScript developers to share and reuse code, and it makes it easy to update the code that you're sharing. 简单来说,npm就是javascript的包管理工具,类似java语法当中的maven, gr