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
问题描述
在 macOS 上使用 yarn 全局安装 taro,运行 taro init myApp,报错:
taro init myApp
👽 Taro v0.0.69 taro-init(1) does not exist, try --help
复现步骤
yarn global add @tarojs/cli
yarn global v0.15.1 warning No license field [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... [4/4] 📃 Building fresh packages... success Installed @tarojs/[email protected] with binaries: - taro ✨ Done in 26.50s.
mkdir -p taro-in-action
cd taro-in-action
期望行为
正常创建 Taro 项目模板。
报错信息
系统信息
The text was updated successfully, but these errors were encountered:
重新安装一下 @tarojs/cli 试试?
@tarojs/cli
Sorry, something went wrong.
@Pines-Cheng
重新安装了 v0.0.70 ,就可以了。
感谢~
No branches or pull requests
问题描述
在 macOS 上使用 yarn 全局安装 taro,运行
taro init myApp
,报错:复现步骤
yarn global add @tarojs/cli
mkdir -p taro-in-action
cd taro-in-action
taro init myApp
期望行为
正常创建 Taro 项目模板。
报错信息
系统信息
The text was updated successfully, but these errors were encountered: