更新
Taro 提供了更新命令来更新 CLI 工具自身和项目中 Taro 相关的依赖
更新 Taro CLI 工具
-
# taro
-
$ taro update self
-
# npm
-
npm i -g @tarojs/[email protected]
-
# yarn
-
yarn global add @tarojs/[email protected]
更新项目中 Taro 相关的依
$ taro update project
还会报一下错误
taro Cannot read property ‘css‘ of undefined
看着报错信息: 安装缺少的包
报错信息更新npm
mac --- command+T 重新打开终端新标签 重启项目就可以了
参考链接:
https://blog.csdn.net/weixin_34409741/article/details/86134748
https://segmentfault.com/q/1010000017932421
原文地址:https://www.cnblogs.com/pikachuworld/p/11565520.html
时间: 2024-10-13 14:40:26