Blaze ToDoList Tutorial step 5 issue

Hi,

I am a newbie to Meteor. I am following along in the tutorial for Meteor Blaze. I do fine up until the 5th step. I add everything exactly the same as they ask. All of the files are in the correct folder. I have compared what I have on my screen with what Meteor provides on the github as well. It all matches. However, when I attempt step 5.3 I receive an error in my console,

’ Uncaught Error: Cannot find module ‘./template.task.js’(…)

Everything on the screen is also blank except for the background. The app looks like it disappeared. However when I eliminate

import ‘./task.js’;

from the body.js file the header reappears, but nothing else there are no boxes for checking off or deleting anything. like what the goal of this step is mean to be.

What am I missing? Any help is appreciated. Thank you for your patience!

Could be this, depending on your release. Try restarting meteor once you add the file.

Yes, that came up with a bug from earlier and I had to start using the older version. I then restarted everything and now it works! Thank you! I hope it keeps going!