MeteorJS running on UDOO

Discussion in 'Application & Utilities' started by TomFreudenberg, Nov 2, 2014.

  1. TomFreudenberg

    TomFreudenberg Member

    Joined:
    May 12, 2014
    Messages:
    59
    Likes Received:
    2
  2. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    Awesome!!! Thanks ;)
     
  3. jrullan

    jrullan New Member

    Joined:
    Dec 11, 2014
    Messages:
    28
    Likes Received:
    4
    Hello Tom,

    Thanks for your effort! However I need help to install it.
    I followed your instructions on my UDOO but still I don't have a working installation.

    I have installed version 0.10.22 of node.

    I installed the following packages first:
    autotools-dev
    scons
    mongodb
    curl

    Then I cloned the repository and ran the script:
    ./scripts/generate-dev-bundle.sh

    It ended with a lot of warnings about missing dependencies like these:

    make: Entering directory `/tmp/generate-dev-bundle-Hm9VpD4y/lib/node_modules/meteor-pathwatcher-tweaks/build'
    CXX(target) Release/obj.target/pathwatcher/src/main.o
    CXX(target) Release/obj.target/pathwatcher/src/common.o
    CXX(target) Release/obj.target/pathwatcher/src/handle_map.o
    CXX(target) Release/obj.target/pathwatcher/src/pathwatcher_linux.o
    SOLINK_MODULE(target) Release/obj.target/pathwatcher.node
    SOLINK_MODULE(target) Release/obj.target/pathwatcher.node: Finished
    COPY Release/pathwatcher.node
    make: Leaving directory `/tmp/generate-dev-bundle-Hm9VpD4y/lib/node_modules/meteor-pathwatcher-tweaks/build'
    npm WARN unmet dependency /tmp/generate-dev-bundle-Hm9VpD4y/lib/node_modules/cordova requires nopt@'~2' but will load
    npm WARN unmet dependency /tmp/generate-dev-bundle-Hm9VpD4y/lib/node_modules/nopt,
    npm WARN unmet dependency which is version 3.0.1
    npm WARN unmet dependency /tmp/generate-dev-bundle-Hm9VpD4y/lib/node_modules/cordova requires underscore@'1.4.4' but will load


    Can you provide some advise?
     
  4. jrullan

    jrullan New Member

    Joined:
    Dec 11, 2014
    Messages:
    28
    Likes Received:
    4
    The message I get when trying to run ./meteor --help:


    ubuntu@udoobuntu: ~/meteorjs/meteor $ ./meteor --help
    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.
     

Share This Page