mantra-sample-blog-app icon indicating copy to clipboard operation
mantra-sample-blog-app copied to clipboard

Does this sample work on windows platform?

Open thinksource opened this issue 9 years ago • 5 comments

I try to build this sample on windows 10 npm 5.3.0 and meteor 1.3-modules-beta.5 it failed.

thinksource avatar Jan 28 '16 06:01 thinksource

Frankly, I didn't test this on Windows. I'm looking for some help on this.

arunoda avatar Jan 28 '16 06:01 arunoda

When I try to run this sample on Windows 10 I receive this message ..

This project uses Meteor 1.3-modules-beta.6, which isn't available on Windows. To work with this app on all supported platforms, use meteor update --release [email protected] to pin this app to the newest Windows-compatible release.

I'm looking for an alternative using Eclipse Che, but I'd no luck on an environment that allows me to build meteor apps.

dtodt avatar Feb 17 '16 21:02 dtodt

I created my directory with meteor create --release 1.3-beta.11 myapp and copied all the other files in and I also tried just cloning the entire thing. I don't get a Meteor error on Windows 10 but I do get:

Uncaught Error: Cannot find module 'react' install.js:77

Also router.js:347 There is no route for the path: /

Any help appeciated!

forcepath avatar Feb 23 '16 10:02 forcepath

Good news, since 1.3-beta.11, Meteor can run on windows again.

@forcepath The original source works ? For me the 'mantra-sample-blog-app' is working ok now.

dtodt avatar Feb 23 '16 16:02 dtodt

Yes! Thanks, I reran the npm install on the dependencies, and it worked, I must have left out something before.

forcepath avatar Feb 23 '16 18:02 forcepath