We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 没有发布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
The text was updated successfully, but these errors were encountered:
欢迎提交 Issue~
如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏
如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。
Good luck and happy coding~
Sorry, something went wrong.
or taro update project 里面的 tarojs/plugin-babel改下版本?
taro update project
这个原因是因为 taro-cli 在更新时会查一下 taro-cli 的版本,如 1.3.8,然后将 package.json 里 Taro 所有的依赖包版本都指定为 1.3.8。
这样做的原因是基于 Lerna 统一管理版本的模式来的。
如果某个包(如这个 @tarojs/plugin-babel)版本不一致,可以手动改为 NPM 上的最新版本,然后重新执行 npm i/yarn 安装一下。
No branches or pull requests
问题描述
tarojs/plugin-babel 没有发布1.3.8版本, taro update project 却将pkg.json 中的tarojs/plugin-babel跟新为1.3.8
复现步骤
期望行为
我认为不是tarocli的问题, 而是这次发包的问题。
既然是用lerna管理, 并且版本号不是independent, 那么tarojs/plugin-babel应该随着一起发布才对吧。
补充信息
建议发布下tarojs/plugin-babel
The text was updated successfully, but these errors were encountered: