Skip to content

Instantly share code, notes, and snippets.

@thebadger412
Created January 2, 2013 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebadger412/4436162 to your computer and use it in GitHub Desktop.
Save thebadger412/4436162 to your computer and use it in GitHub Desktop.
meteor error.. (I have added the "hi from meteor file" as I wanted to check where the arch errors were coming from, it turned out it came from the main "meteor" file so I removed the "exit 1" and just added hi.. I have removed all the exits from the build dependences file
pi@raspberrypi ~/meteor-test $ cd meteor/
pi@raspberrypi ~/meteor-test/meteor $ ls
admin dev_bundle.xxx examples install.sh meteor packages
app docs History.md LICENSE.txt node_modules README.md
pi@raspberrypi ~/meteor-test/meteor $ ./meteor --help
Unsupported architecture: armv6l
Meteor only supports i686 and x86_64 for now.
hi from meteor file
It's the first time you've run Meteor from a git checkout.
I will download a kit containing all of Meteor's dependencies.
######################################################################## 100.0%
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Failed to install dependency kit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment