Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarojs/plugin-babel 版本和其他包不一致 #3779

Closed
broven opened this issue Jul 11, 2019 · 3 comments
Closed

tarojs/plugin-babel 版本和其他包不一致 #3779

broven opened this issue Jul 11, 2019 · 3 comments

Comments

@broven
Copy link

broven commented Jul 11, 2019

问题描述
tarojs/plugin-babel 没有发布1.3.8版本, taro update project 却将pkg.json 中的tarojs/plugin-babel跟新为1.3.8
复现步骤

$ taro update self
$ taro update project

期望行为
我认为不是tarocli的问题, 而是这次发包的问题。
既然是用lerna管理, 并且版本号不是independent, 那么tarojs/plugin-babel应该随着一起发布才对吧。

补充信息
建议发布下tarojs/plugin-babel

@taro-bot
Copy link

taro-bot bot commented Jul 11, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@broven
Copy link
Author

broven commented Jul 11, 2019

or taro update project 里面的 tarojs/plugin-babel改下版本?

@Garfield550
Copy link
Collaborator

这个原因是因为 taro-cli 在更新时会查一下 taro-cli 的版本,如 1.3.8,然后将 package.json 里 Taro 所有的依赖包版本都指定为 1.3.8。

这样做的原因是基于 Lerna 统一管理版本的模式来的。

如果某个包(如这个 @tarojs/plugin-babel)版本不一致,可以手动改为 NPM 上的最新版本,然后重新执行 npm i/yarn 安装一下。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants