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
问题描述 编译出错后中断,再次进行run dev:weapp时,每次都报directory not empty, rmdir 'E:\taro\myApp\dist\npm\@tarojs',需要手动删除dist目录才能再次编译
directory not empty, rmdir 'E:\taro\myApp\dist\npm\@tarojs'
期望行为 期望每次执行dev时前可以自动删除dist目录
报错信息 directory not empty, rmdir 'E:\taro\myApp\dist\npm@tarojs'
The text was updated successfully, but these errors were encountered:
windows 存在此问题,dist 目录正在被开发者工具使用,所以无法清空,暂时没有找到合适的解决办法
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
问题描述
编译出错后中断,再次进行run dev:weapp时,每次都报
directory not empty, rmdir 'E:\taro\myApp\dist\npm\@tarojs'
,需要手动删除dist目录才能再次编译期望行为
期望每次执行dev时前可以自动删除dist目录
报错信息
directory not empty, rmdir 'E:\taro\myApp\dist\npm@tarojs'
The text was updated successfully, but these errors were encountered: