Differential / meteor-boilerplate

Boilerplate meteor app - starting point for meteor apps
http://github.differential.com/meteor-boilerplate/
874 stars 179 forks source link

Windows Errors #73

Closed sonicviz closed 9 years ago

sonicviz commented 9 years ago

Hi, I wanted to try your boilerplate example (looks great, ty!) on windows but after I cloned it and ran meteor it throws a very cryptic error.

Any clues? Here's a copy of the console session:

G:\Meteor Projects\meteor-boilerplate-differential>meteor [[[[[ ~\G\Meteor Projects\meteor-boilerplate-differential ]]]]]

=> Started proxy. Unexpected mongo exit code 100. Restarting. => Started MongoDB. => Errors prevented startup:

While selecting package versions: error: Potentially incompatible change required to top-level dependency: iron:router 1.0.9, was 0.9.4. Constraints on package "iron:router":

=> Your application has errors. Waiting for file change. Terminate batch job (Y/N)? ^C G:\Meteor Projects\meteor-boilerplate-differential>meteor --allow-incompatible-update [[[[[ ~\G\Meteor Projects\meteor-boilerplate-differential ]]]]]

=> Started proxy. => Started MongoDB.

C:\Users\Paul\AppData\Local.meteor\packages\meteor-tool\1.1.3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\fibers\future.js:245 throw(ex); ^ SyntaxError: Unexpected token

G:\Meteor Projects\meteor-boilerplate-differential>

sonicviz commented 9 years ago

Solved: I just found it thanks to help from laverdet at laverdet/node-fibers#235

Issue was corrupted os.json file in softwarerero_accounts-t9n meteor base package so I resolved it by deleting it and on new build it re-downloaded a new one that was ok.

Still unsure why it was corrupt or why the problem only occurs with github repos I cloned.