Simple todo tutorial cannot find module

Hello

I am a total newbie to meteor. I have tried to follow the simple todo tutorial at : Meteor

but I keep getting this error and I have no idea what it means or how to even start solving it?

I get it after I type:
meteor create simple-todos

cd simple-todos
meteor


at fileEvaluate (packages/modules-runtime.js:158:9)
at require (packages/modules-runtime.js:92:6)
at packages/ecmascript-runtime.js:2832:15
at packages/ecmascript-runtime.js:2845:3
==> Your application has errors. Waiting for file change

Any guidance is appreciated! Thank you

Which version of Meteor do you have? Run meteor update in case you have an outdated one.

1 Like

Thank you! It works now