ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. nodejs
    Log in to post
    • All categories
    • scottalanmiller

      Solved NodeBB Setup Error on Amazon Linux
      IT Discussion • nodebb nodebb 1.10.2 linux amazon linux nodejs • • scottalanmiller

      6
      0
      Votes
      6
      Posts
      444
      Views

      scottalanmiller

      Oops, we didn't not resolve this and moved to CentOS and there was no further issue.

    • scottalanmiller

      Solved NPM Errors on NodeBB Install on Amazon Linux
      IT Discussion • nodebb nodebb 1.10.2 nodejs amazon linux linux • • scottalanmiller

      12
      1
      Votes
      12
      Posts
      830
      Views

      dbeato

      @scottalanmiller said in NPM Errors on NodeBB Install on Amazon Linux:

      @DustinB3403 said in NPM Errors on NodeBB Install on Amazon Linux:

      Have you tried as root?

      Everything was done as root. Amazon is all root by default.

      yeah, the default user for centos is centos with your KMS or privatekey they create. For Ubuntu is Ubuntu.

    • scottalanmiller

      NodeBB Install Error on Amazon Linux
      IT Discussion • nodebb nodebb 1.10.2 nodejs amazon linux linux • • scottalanmiller

      8
      0
      Votes
      8
      Posts
      340
      Views

      scottalanmiller

      Command was...

      nvm use 0.10.8, as it was already installed here, just not in use.

    • scottalanmiller

      Meteor Chef Base Still Active?
      Developer Discussion • meteor meteor chef meteor chef base nodejs • • scottalanmiller

      4
      2
      Votes
      4
      Posts
      500
      Views

      scottalanmiller

      @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.

    • momurda

      Why is Node.js so popular?
      IT Discussion • nodejs javascript • • momurda

      7
      1
      Votes
      7
      Posts
      1292
      Views

      scottalanmiller

      @anastasia_s said in Why is Node.js so popular?:

      Hey, thanks for all the responses, very interesting. I've been looking into Node.js for some time and found some interesting facts. Did you know that Node.js is being used by NetFlix, SAP, GoDaddy, IBM and more? I found it. Also, are those salary rates correct? If so, I'd totally start learning Node.

      Please no links to promotional sites on first post, and definitely don't pretend that promotional sites are normal links to general references.

      Yes, NodeJS pays well, it's a good field to be in.

    • JaredBusch

      NPM package versions and NodeBB
      IT Discussion • nodebb nodejs npm package manager • • JaredBusch

      11
      0
      Votes
      11
      Posts
      1551
      Views

      Danp

      @JaredBusch What about the cookieDomain portion?

    • mlnews

      NodeJS 4.0.0 Releases
      News • node.js nodejs infoworld • • mlnews

      3
      1
      Votes
      3
      Posts
      915
      Views

      mlnews

      More: http://www.internetnews.com/blog/skerner/node.js-fork-is-done-as-node-v-4.0.0-released.html

    • scottalanmiller

      Getting Started with a Chef Community Cookbook for NVM
      IT Discussion • devops chef cookbook centos chef linux nodejs nvm centos 6 • • scottalanmiller

      5
      2
      Votes
      5
      Posts
      2000
      Views

      scottalanmiller

      Really quite simple since NVM is so simple itself. Just used the standard curl + bash command to run the NVM install of the version of my choice (handling updates will have to come in a later version.) I use the install directory relocation option and that puts NVM into /usr/local/nvm rather than into the user's own folder. Then just source the newly installed nvm.sh file and run the NVM Node.js install command as usual. Voila.

    • scottalanmiller

      Getting NodeJS on CentOS 7 with NVM
      IT Discussion • node nodejs centos 7 linux centos fedora rhel nvm digital ocean • • scottalanmiller

      9
      2
      Votes
      9
      Posts
      5642
      Views

      scottalanmiller

      @JaredBusch said in Getting NodeJS on CentOS 7 with NVM:

      @scottalanmiller said in Getting NodeJS on CentOS 7 with NVM:

      Updated to the latest NVM and NodeJS versions.

      There is also the ability to check out the repo and just use get to pull the current but if I do that how do I didn't install in the same fashion that this is installed?

      I've not tried that either.