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
npm install 命令.默认会找到当前路径下的package.json.然后安装其中的依赖 By default, npm install will install all modules listed as dependencies in package.json. 可以看看这个 install | npm Documentation 作者:黄家兴链接:https://www.zhihu.com/question/66629910/answer/244438019来源:知乎著作权归作者所