Differential / meteor-boilerplate

Boilerplate meteor app - starting point for meteor apps

Home Page:http://github.differential.com/meteor-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Errors

sonicviz opened this issue · comments

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":

  • iron:router@1.0.9 <- top level

  • iron:router@1.0.7 <- useraccounts:core 1.11.1 <- useraccounts:bootstrap 1.11.1

  • iron:router@1.0.0 <- zimme:active-route 2.0.4_1 <- zimme:iron-router-active 2.0.1

    To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the command line.

=> 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>

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.