Wp3Dev
Wp3Dev

Reputation: 2079

Ionic Runtime Error in Tutorial

I am following the Ionic Tutorial from their docs and when I run:

ionic start MyIonic2Project tutorial --v2

I get no errors. But when I try to run it using

ionic serve

I get the following error:

enter image description here

I have done nothing with the code. Is there something wrong with installation of ionic?

Upvotes: 1

Views: 516

Answers (1)

Sampath
Sampath

Reputation: 65870

Firstly you have to move into MyIonic2Project folder.Then run as shown below.

c:\MyIonic2Project> ionic serve

Upvotes: 1

Related Questions