-
Notifications
You must be signed in to change notification settings - Fork 2
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
Can't execute pub global run scaff successfully #1
Comments
pub global run scaff
successfully
I never had this issue. I will check. |
I have the same error, on Windows. Full Regards |
What flutter version are you guys on? |
Doctor summary (to see all details, run flutter doctor -v): [√] Android toolchain - develop for Android devices (Android SDK version 30.0.0-rc1) Thanks for your help |
As I've written above: Flutter 1.22.6 • channel stable • https://github.com/flutter/flutter.git |
Hello @ganeshrvel Any news for this issue, Thanks for your work |
@mohachouch unfortunately I am not getting time. I shall look into this issue this weekend and will update this thread. |
Could you check if the below commands fixes your problem? $ pub global activate scaff 1.2.0+2
$ pub global run scaff 1.2.0+2 |
Hi @ganeshrvel I tried the solution, unfortunately it doesn't work. I have the same error. Thanks for your help |
When I try to run
pub global run scaff
every time I get an error:What should I do for avoiding this problem?
Scaff version: 1.2.0+2
OS: BigSur 11.2.1 (20D74)
Flutter 1.22.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 9b2d32b605 (6 weeks ago) • 2021-01-22 14:36:39 -0800
Engine • revision 2f0af37152
Tools • Dart 2.10.5
The folder structure is exactly the same as in your example.
Full regards.
The text was updated successfully, but these errors were encountered: