-
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编译后的支付宝小程序上传失败 #1031
Comments
这么尴尬,支付宝小程序不支持文件夹名带 @ 么,那很多第三方库都没法用了啊 |
@luckyadam 我手动把 |
恩,我们看看能不能搞一把 |
@luckyadam 这个问题有解决计划吗 |
留爪 观望中 |
@xiao0502 已经解决了,可以用最新的 beta 版本 |
@luckyadam 更新到最新版还是不行啊 还是上传失败 |
@Eamonnzhang 失败报什么错 |
sorry,没注意到我自己的某些文件名也有@符号。。 |
目前的版本正常使用import的npm库@符号已经变成下划线了,但是我在配置alias如下: |
问题描述
基于
taro
开发的支付宝小程序,在小程序开发者工具
上面,无论是模拟器,还是快速预览后的真机,都是OK的,但上传过程中失败,提示: 文件名或者文件夹名中不允许出现 @ 符号。期望行为
查看编译后的
dist
目录,发现dist/npm/@tarojs
这个文件夹名字是带有@符号的,希望能够上传成功报错信息
[ERROR] Failed to compile. 文件名或者文件夹名中不允许出现 @ 符号,请调整后重试
系统信息
补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered: