Can't create project

Hi guys, I’m getting the following error when I try to create a new project. All of this after updating the CLI.

It doesn’t even let me choose ‘Yes’ to if I wanna create another project in another folder, It just autoselects ‘No’

--no-confirm: You are already in an Ionic project directory. Do you really want to start another project here? No
[INFO] Not starting project within existing project.

I am in an empty folder so it’s impossible to already have another project there.

My Ionic info is:

Ionic:

   ionic (Ionic CLI)  : 4.1.1 (C:\Users\UsuarioDT01\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.1.0

Cordova:

   cordova (Cordova CLI) : not installed
   Cordova Platforms     : none
   Cordova Plugins       : no whitelisted plugins (0 plugins total)

System:

   Android SDK Tools : 26.1.1 (C:\Users\UsuarioDT01\AppData\Local\Android\Sdk)
   NodeJS            : v8.11.1 (C:\nodejs\node.exe)
   npm               : 5.6.0
   OS                : Windows 10

Can anyone help me? Thanks.

You should install Cordova

I already had Cordova, Ionic and anything needed installed. I just updated the CLI.

I think update could be the problem. Try to unistall all and reinstall again.

Already did that :confused:

Could be the new version of nodejs.Try to downgrade to an older version.

  1. Run the command with --verbose added at the end and post the complete output.

  2. What is the ionic info output in that folder where you are trying to create a new one?

That does not look “new” at all.

  1. What does npm list -g --depth=0 return?