Praise Hart
Praise Hart

Reputation: 172

Start new ionic app with tab using cmd is not working

I'm trying to start my first ionic app. it says I should type in "ionic start myApp tabs". When I do that, it gets the directory, downloads, and extracts tabs starter and tries to install dependencies. The problem is when installing the dependencies it shows the code below with error and doesn't start the app

I've tried restarting the cmd console, running it as admin and clearing npm. doesn't still work enter image description here

Here's the error

Upvotes: 0

Views: 968

Answers (1)

user9088454
user9088454

Reputation: 1122

try this cmd: npm cache clean --force and try this: npm i -g ionic

then create a project again.

Upvotes: 1

Related Questions