Unable to run app


This is the message i m getting after running the app,
I am new to meteor and this is my first application
Someone please help.

1 Like

Can you tell us more? Like what you did after starting Meteor create command? What code did you add/rewritten? It seems the server is failing at compilation and probably because something you wrote on the server side is not compiling correctly.

1 Like

meteor create abc
cd abc
meteor
These three were command lines

1 Like

Try validating meteor with: meteor --version
it should output:

$ meteor --version
Meteor 1.10.2

Maybe the version is wrong or the installation is corrupted.
If you have not changed any code, that’s the only thing i could think of.
What version of node are you running?

1 Like

quer
meteor version is same as mentioned