Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将现有的 Foundation For Email 2 项目更新到 v2.1?
在关于这个新版本的文章中,没有提到如何实际更新现有项目。
将您的 package.json 文件编辑为
“author”: “ZURB foundation@zurb.com”, “license”: “MIT”, “dependencies”: { “foundation-emails”: “2.1.0” },
然后在终端 cd 中进入您的项目文件夹并运行:npm update.
npm update