Meteor run error on raspberry

Hi community,

I’ve installed Meteor on my raspberry pi 3. If i creat new project (meteor create test) and i run this, it work.

But, i would like other project developped on Windows. When i start Meteor, i’ve this error :

` While selecting package versions:
error: Conflict: Constraint meteor@1.1.14 is not satisfied by meteor 1.1.10.
Constraints on package “meteor”:

  • meteor@=1.1.10 <- top level
  • meteor@1.1.14 <- standard-minifier-js 1.0.6
  • meteor@1.1.14 <- minifier-js 1.1.11 <- standard-minifier-js 1.0.6
  • meteor@1.1.0 <- iron:router 1.0.12

Conflict: Constraint underscore@1.0.8 is not satisfied by underscore 1.0.4.
Constraints on package “underscore”:

  • underscore@=1.0.4 <- top level
  • underscore@1.0.8 <- minifier-js 1.1.11 <- standard-minifier-js 1.0.6
  • underscore@1.0.0 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:layout 1.0.12 <- iron:controller 1.0.12 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:layout 1.0.12 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:core 1.0.11 <- iron:controller 1.0.12 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:core 1.0.11 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:dynamic-template 1.0.12 <- iron:controller 1.0.12 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:middleware-stack 1.0.11 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:url 1.0.11 <- iron:location 1.0.11 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:url 1.0.11 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:location 1.0.11 <- iron:router 1.0.12
  • underscore@1.0.0 <- iron:controller 1.0.12 <- iron:router 1.0.12
  • underscore@1.0.1 <- manuelschoebel:ms-seo 0.4.1
  • underscore@1.0.4 <- fourseven:scss 3.4.3
  • underscore@1.0.4 <- aldeed:template-extension 4.0.0`

I’ve edit my version file and added underscore version 1.0.0, but no result.

Do you have any idea ?

Thank you !

Hey Stephane

What are the meteor release you are using on Windows and on the Raspi?

I would suggest to update your Windows installation to 1.3.3.1 and run meteor update to update the project. Then you may try the new ARM release and take over that project to your Raspi. Should work then.

Cheers
Tom