Coder Social home page Coder Social logo

Comments (6)

jasonkarns avatar jasonkarns commented on August 23, 2024

I don't want to speak for anyone else...

But I'm curious, is nodenv-installer significantly different (from a user perspective) than installing via homebrew? I've only ever seen rbenv/nodenv guides show installation through git and homebrew.

from nodenv.

fgimian avatar fgimian commented on August 23, 2024

I haven't tried through brew actually, does it install node-build as well? If so, then I would probably use brew on OS X instead of the installer.

The installer honestly is super simple and just allows anyone to install nodeenv on any system with one command:

The guts of it is:

NODENV_ROOT="${HOME}/.nodenv"
git clone https://github.com/OiNutter/nodenv.git "${NODENV_ROOT}"
git clone https://github.com/OiNutter/node-build.git "${NODENV_ROOT}/plugins/node-build"

😄

Cheers
Fotis

from nodenv.

jasonkarns avatar jasonkarns commented on August 23, 2024

does it install node-build as well

Yeah, there is a homebrew tap specifically for nodenv, node-build, and a bunch of the nodenv plugins: https://github.com/jawshooah/homebrew-nodenv

from nodenv.

fgimian avatar fgimian commented on August 23, 2024

If that's the case, then yeah, I'd suggest using your solution for OS X mate 😄

My nodeenv-installer is the equivalent to rbenv-installer and pyenv-installer.

from nodenv.

jasonkarns avatar jasonkarns commented on August 23, 2024

I'm going to leave this open in case @OiNutter or the other maintainers have a different opinion.

from nodenv.

jasonkarns avatar jasonkarns commented on August 23, 2024

closing in favor of the homebrew tap

from nodenv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.