-
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
对于 lerna 产生的快捷方式文件夹扫描任然报错 #4538
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @luckyadam |
hello~ 抱歉,由于之前很忙,这个问题一直没来得及看,我看了你的仓库,发现是一个 Taro 项目里包含了 lerna 包管理,这种方式目前暂时不支持,而且调整起来有些麻烦,目前可以支持在 Taro 项目之外使用 lerna 来管理,结构如下
|
luckyadam
added a commit
that referenced
this issue
Oct 12, 2019
好的,如果后期这个支持了麻烦在这个 issue 注明下,我们好更新到这种形式。 试了下如果这样组织也是报错的: ├── packages
| ├── taroproj
| └── util
└── lerna.json Taro 编译 src 选择 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
当 taro 和 lerna 结合使用时对于 lerna 产生的快捷方式文件夹扫描任然报错。
之前提了个 issue #4431 ,发现昨天
1.3.19
已经更新了,试了下,还是扫描出错,所以上传了个复现 demo复现步骤:
先全局安装 taro 和 lerna;
然后:
git clone https://github.com/tangbc/taro-lerna-demo cd taro-lerna-demo/ npm install lerna bootstrap // lerna 包建立连接关系 npm run dev:h5
报错信息:
原因猜测
因该是扫描文件夹快捷方式时的源路径寻找错误:
lstat '/Users/mymac/github/packages/utils'
。The text was updated successfully, but these errors were encountered: