Meteor 1.3.1 on Windows 10 64 not working

C:\Users\xxx\AppData\Local\.meteor\packages\meteor-tool\1.3.1\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:245
                                            throw(ex);
                                                  ^
Error: Cannot find module './body.html'

When running simple-todos sample and run it, the above error appear.
Already removed ecmascript, templating, etc packages and when rerun it again, they get installed, but the same error won’t go.

I only get to page one on meteor tutorial… please help.

Maybe compare your body.js code so far with the exact code as it should be by step 2.3 (the first place import './body.html'; is referenced). Check out the GitHub step 2.3 commit log here.