meteor icon indicating copy to clipboard operation
meteor copied to clipboard

Update node on armv6

Open iteratec-ffa opened this issue 7 years ago • 5 comments

Installing meteor as described in 'Quick start' installs node v0.10.45 on the Raspberry Pi B+ (armv61) However, I have installed node v8.11.4 separately.

Is it possible to just copy over the newer version? Or is there another recommended way to update the meteor node version, since meteor update doesn't work for the embedded node?

iteratec-ffa avatar Sep 06 '18 08:09 iteratec-ffa

Hi @iteratec-ffa

The embedded node release is likely what meteor shipped with meteor 1.4. So I am not sure about the issues when just changing the node version. But give it a try and replace the the node and npm binaries.

Good luck Tom

TomFreudenberg avatar Sep 06 '18 08:09 TomFreudenberg

Tom, thanks for your prompt answer.

Just checked... Meteor 1.3.4.1 was shipped with node v0.10.45 Meteor 1.4 was shipped with node v4.4.7

What is the state of the branch release-1.4-universal-beta? Seeing, that there have been no commits for a couple of years...

Peter

iteratec-ffa avatar Sep 06 '18 09:09 iteratec-ffa

See also: https://github.com/mttstt/Domoticasite/wiki/Install-Meteor-on-Raspberry

mttstt avatar Sep 08 '18 13:09 mttstt

@mttstt: Thanks for the hint.

However, does not work out of the box: generate-dev-bundle.sh completes sucessfully. But when starting meteor the first time, I get errors with repect to babel: ReferenceError: Using remove Babel 6 option: .sourceMapTarget [...]

Any idea?

iteratec-ffa avatar Sep 10 '18 08:09 iteratec-ffa

Sorry it was working with Meteor 1.5. I am not able to help you.

mttstt avatar Sep 14 '18 13:09 mttstt