One of the two Meteor examples does not work on Windows 10

Hello everyone. Installed Meteor v1.4.1.2, completed the basic Simple Todos tutorial and wanted to check the two examples mentioned in it:

meteor create --example localmarket
meteor create --example todos

Had no trouble cloning both repos and even running the localmarket with meteor command.

But I cannot get the todos example working. The iinstallation itself was a success: meteor npm install.
Unfortunately, when I run meteor command I get this:

$ meteor
[[[[[ ~\J\meteor\todos ]]]]]

=> Started proxy.
=> A patch (Meteor 1.4.1.2) for your current release is available!
   Update this project now with 'meteor update --patch'.
=> Started MongoDB.
C:\Users\madru_000\AppData\Local\.meteor\packages\meteor-tool\1.4.1_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:165
      throw error;
      ^

Error: ENOENT: no such file or directory, open 'C:\Users\MADRU_~1\AppData\Local\Temp\mt-1rasony\os\packages\percolate_velocityjs.js.map'
    at Error (native)

There is indeed no mt-1rasony directory in Local\Temp, to say nothing of anything in it. I have tried to remove and add the percolate:verlocityjs package. Removing it works fine. But after that I cannot add it back any more because of exactly the same error. Catch-22!

Tried to completely remove and reinstall both the Todos example and also Meteor itself but this error reappears every time.

Does anyone know a fix for this on Windows 10?

1 Like

The same Problem is Here…i have use windows 10 OS,And run this code " git clone https://github.com/meteor/todos" . The Above Errors are detected… Myapp only worked for me…

A small update. If I comment out these two packages in the project’s .meteor/packages file:

percolate:momentum
percolate:velocity

I can then succesfully run meteor without this error. Unfortunately, the application does not work without these two packages. In the DevTools console, I see this error:

Exception in defer callback: Error: No such template: momentum
    at http://localhost:3000/packages/blaze.js?hash=a9372ce320c26570a2e4ec2588d1a6aea57de9c1:3155:15
    at .<anonymous> (http://localhost:3000/packages/spacebars.js?hash=45ae773bea8216022dfca4f7eb46d878e5336593:68:23)
    at http://localhost:3000/packages/blaze.js?hash=a9372ce320c26570a2e4ec2588d1a6aea57de9c1:1875:20
    at Function.Template._withTemplateInstanceFunc (http://localhost:3000/packages/blaze.js?hash=a9372ce320c26570a2e4ec2588d1a6aea57de9c1:3687:12)
    at http://localhost:3000/packages/blaze.js?hash=a9372ce320c26570a2e4ec2588d1a6aea57de9c1:1873:29
    at Object.Blaze._withCurrentView (http://localhost:3000/packages/blaze.js?hash=a9372ce320c26570a2e4ec2588d1a6aea57de9c1:2214:12)
    at viewAutorun (http://localhost:3000/packages/blaze.js?hash=a9372ce320c26570a2e4ec2588d1a6aea57de9c1:1872:18)
    at Tracker.Computation._compute (http://localhost:3000/packages/tracker.js?hash=f525263111eb9d90f4ce1ad064f97aca4a6c1b07:339:36)
    at new Tracker.Computation (http://localhost:3000/packages/tracker.js?hash=f525263111eb9d90f4ce1ad064f97aca4a6c1b07:229:10)
    at Object.Tracker.autorun (http://localhost:3000/packages/tracker.js?hash=f525263111eb9d90f4ce1ad064f97aca4a6c1b07:604:11)

@madrus how to run your todos apps… please help me