-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
taro-init(1) does not exist, try --help #699
Comments
这个就很奇怪了。。 |
@Pines-Cheng 救救孩子吧。 |
重新安装下试试? |
same here. taro-update(1) does not exist, try --help |
换成 npm 或者 cnpm 安装试试 |
重装之后依然无法使用。 |
用 yarn 安装后遇到一样的问题,版本是 1.0.7 |
同样的问题,重新使用 npm 安装之后解决 |
Taro v1.2.0-alpha.2 依然有这个问题, npm 安装正常 |
@zacksleo 这就很奇怪了。。都是正常发布的 |
@luckyadam 我看源码里好象已经取消用yarn来update了 |
问题依然存在,使用 npm 安装之后解决 |
macOS下可以这样: ~/.config/yarn/global/node_modules/@tarojs/cli/bin/taro-update project |
为什么 macOS 上装完了创建不了项目,报同样的错。 |
1 similar comment
为什么 macOS 上装完了创建不了项目,报同样的错。 |
先用 npm 安装和更新 taro, yarn 有问题 |
npm 安装不了 |
@zerocsss 再试一下,刚刚在同步 npm 包 |
我今天升级taro-cli也遇到了这个问题 在~/.config/yarn/global/node_modules/ 路径把 /@tarojs 包删掉,命令就正常了 |
@Mr-ou 你删除了这个,命令行还能运行? |
如何删除用yarn全部安装的taro所有包? |
yarn --version `👽 Taro v1.2.0-beta.10 error: taro-init(1) does not exist, try --help` 同样的问题。。。 |
您这个问题解决了没,我电脑上的npm不能用。npm -v都报错。 |
|
应该是 yarn 安装二进制包的时候,文件软连接映射问题,改了软连接就没事
|
只能通过这种方式手动解决吗?能否像npm那样安装好就直接可用了 |
+1 |
这么久了还不解决。既然要用 npm 安装,主页为什么还支持 yarn? |
一样的,这个问题报出来已经很久了,也不知道为啥到现在一直都不解决,只有手动解决方案 |
遇到同样的问题 |
2019-05-20问题依然存在 |
|
同样的问题,mac os上 使用yarn会复现问题 |
可能是 commander.js 的问题, Yarn 新版本改了一些行为,主要发生在使用 Sub Command 模式(如 |
我是一开始就用npm 安装的,然后出现了taro不是内部或外部命令,然后又改成yarn安装 出现同样的问题,使用npm info taro又能查到taro的版本 再node得依赖包也能找到taro得文件 |
刚刚我也遇见了这个问题,是不准备解决了吗? |
|
谢谢 |
这么久了yarn 还是没解决 |
CC @luckyadam |
Hello~ 您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
我用--force 重装了之后,这个问题解决了
|
依然存在这个问题,就给close了? |
.bin 的文件名拼接 commander 执行的命令,必须和指向的文件名保持一致,否则在 mac上出现此问题 |
问题描述
在 Mac 上使用 yarn 全局安装 taro 后,运行
taro init demo
报错。复现步骤
成功安装 taro:
创建项目报错:
期望行为
正常使用 cli 工具。
系统信息
补充信息
有看到之前的一篇文章与我发生了一样的问题,但是重新安装了 cli 之后还是无效。
The text was updated successfully, but these errors were encountered: