ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. meteor
    Log in to post
    • All categories
    • scottalanmillerS

      Meteor Chef Base Still Active?

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion meteor meteor chef meteor chef base nodejs
      4
      2 Votes
      4 Posts
      837 Views
      scottalanmillerS

      @danp said in Meteor Chef Base Still Active?:

      Seems they are now focusing on https://cleverbeagle.com/

      Too bad, would be nice if someone picked up Base and forked it into something maintained.

    • scottalanmillerS

      Meteor Node Fibers Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meteor node node.js fibers node-fibers rocketchat
      11
      0 Votes
      11 Posts
      10k Views
      scottalanmillerS

      Okay, so the fibers issue is related to it not liking the NVM installation of Node.

      So on CentOS 7, the secret is to install the epe-release, then install nodejs. This installs Node v0.10.36, which is not what anyone wants. But once that is installed, you can go back to using NVM and a modern Node release and fibers is able to install!

      So...

      yum -y install epel-release yum -y install nodejs npm install fibers

      Ta da

    • 1 / 1