jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
595 stars 174 forks source link

cant create a new project with get_cli. after entering the name of the project, CMD or IDE got stuck.. tried 2 laptops #160

Open Aqib-1998 opened 2 years ago

Aqib-1998 commented 2 years ago

image

waajito commented 2 years ago

image encountered the same bug

Breakrule commented 2 years ago

use older version seems to work for me

a3m-nix commented 2 years ago

Same problem

perymerdeka commented 2 years ago

use older version seems to work for me

what version are you using? I got same problem

Aqib-1998 commented 2 years ago

use older version seems to work for me

version please?

perymerdeka commented 2 years ago

I, ve try the get_cli 1.3.11 version maybe work

Breakrule commented 2 years ago

im using 1.6.0

a3m-nix commented 2 years ago

same problem, get_cli version: 1.7.1 Flutter stable, 2.10.1

Breakrule commented 2 years ago

same problem, get_cli version: 1.7.1 Flutter stable, 2.10.1

try get_cli 1.6.0

perymerdeka commented 2 years ago

im using 1.6.0

I use 1.6.0 too it's work

Mr-China-Chester commented 2 years ago

I'm having this problem This made it impossible for me to continue my study get_cli: 1.7.1 Flutter, 2.8.1

Breakrule commented 2 years ago

I'm having this problem This made it impossible for me to continue my study get_cli: 1.7.1 Flutter, 2.8.1

downgrade your get_cli to 1.6.0

Mr-China-Chester commented 2 years ago

I'm having this problem This made it impossible for me to continue my study get_cli: 1.7.1 Flutter, 2.8.1

downgrade your get_cli to 1.6.0 I have a problem I tried to uninstall get_cli: flutter pub global deactivate get_cli and install:flutter pub global activate get_cli 1.6.0 But when I looked at the version, it was still 1.7.1

Breakrule commented 2 years ago

I'm having this problem This made it impossible for me to continue my study get_cli: 1.7.1 Flutter, 2.8.1

downgrade your get_cli to 1.6.0 I have a problem I tried to uninstall get_cli: flutter pub global deactivate get_cli and install:flutter pub global activate get_cli 1.6.0 But when I looked at the version, it was still 1.7.1

try this

  1. dart pub global deactivate get_cli
  2. dart pub global activate get_cli 1.6.0
Mr-China-Chester commented 2 years ago

I'm having this problem This made it impossible for me to continue my study get_cli: 1.7.1 Flutter, 2.8.1

downgrade your get_cli to 1.6.0 I have a problem I tried to uninstall get_cli: flutter pub global deactivate get_cli and install:flutter pub global activate get_cli 1.6.0 But when I looked at the version, it was still 1.7.1

try this

  1. dart pub global deactivate get_cli
  2. dart pub global activate get_cli 1.6.0

That solved all my problems ✅ Thank you! @Breakrule

fahmi277 commented 2 years ago
  1. create new flutter project over VS code,
  2. open terminal and write : get init