flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.18k stars 26.64k forks source link

[tool_crash] FileSystemException: Cannot open file, OS Error: No such file or directory, errno = 2 #147467

Closed manuelzzz closed 2 weeks ago

manuelzzz commented 2 weeks ago

Command

flutter create --project-name=test ./test

Logs

FileSystemException: Cannot open file, OS Error: No such file or directory, errno = 2


#0      _File.throwIfError (dart:io/file_impl.dart:675:7)
#1      _File.openSync (dart:io/file_impl.dart:490:5)
#2      _File.readAsBytesSync (dart:io/file_impl.dart:574:18)
#3      _File.readAsStringSync (dart:io/file_impl.dart:624:18)
#4      ForwardingFile.readA
github-actions[bot] commented 3 days ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.