mantra-sample-blog-app
mantra-sample-blog-app copied to clipboard
Does this sample work on windows platform?
I try to build this sample on windows 10 npm 5.3.0 and meteor 1.3-modules-beta.5 it failed.
Frankly, I didn't test this on Windows. I'm looking for some help on this.
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.
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!
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.
Yes! Thanks, I reran the npm install on the dependencies, and it worked, I must have left out something before.