如何将电子邮件2项目的现有基础更新为v2.1?
在关于这个新版本的文章中,没有提到如何实际更新现有的项目。
发布于 2016-04-29 09:59:21
编辑您的package.json文件
“author”: “ZURB foundation@zurb.com”,
“license”: “MIT”,
“dependencies”: {
“foundation-emails”: “2.1.0”
},之后,在终端cd中进入项目文件夹并运行:npm update。
https://stackoverflow.com/questions/36935297
复制相似问题