Dependency Error on ionic start

Hey,

just tried to start a new project with

npm install -g @ionic/cli

and

ionic start

and I’m getting this error messages which apparently has to do with some dependency of jest and vue2. It’s a brand new Project so im wondering if im missing anything here.

How could I go about recreating this issue? Other than running ionic start, what other options did you pick?

Options for ionic start:

  • no to wizard (but I also tried it with wizard - same error)
  • Vue
  • Project Name: ‘project’
  • starter template: same error no matter what i’m choosing

Problem doesn’t appear anymore. Not sure what exactly solved it. Here are 2 things I did:

  • update npm
  • starting the terminal as an admin