-
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
原生混合编译报错 #17166
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 123
使用框架: React
复现步骤
执行npm run dev:weapp
期望结果
能够正常编译启动小程序服务
实际结果
⠴ 正在编译...EINVAL: invalid argument, mkdir 'C:\Users\34829\Desktop\test\dist\C:\Users\34829\Desktop\test\src\pages\test'
EINVAL: invalid argument, mkdir 'C:\Users\34829\Desktop\test\dist\C:\Users\34829\Desktop\test\src\pages\test'
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: EINVAL: invalid argument, mkdir 'C:\Users\34829\Desktop\test\dist\C:\Users\34829\Desktop\test\src\pages\test'] {
errno: -4071,
code: 'EINVAL',
syscall: 'mkdir',
path: 'C:\Users\34829\Desktop\test\dist\C:\Users\34829\Desktop\test\src\pages\test'
}
环境信息
补充信息
复现仓库: https://github.com/lupingW/taroerror
The text was updated successfully, but these errors were encountered: