Giter Club home page Giter Club logo

Comments (10)

ryanmurakami avatar ryanmurakami commented on June 27, 2024

@gr2m Try closing and reopening the installer. I experienced the same thing, and it seems that it's not updating the version after installation.

from installer.

gr2m avatar gr2m commented on June 27, 2024

that was my very first run ^^

Restarted the installer, same result. I also get a prompt to enter my sudo password, not sure if that’s intended. Happy to leave my node version as is for some time and help debugging the issue

from installer.

ryanmurakami avatar ryanmurakami commented on June 27, 2024

@gr2m Do you use a version manager like nvm? You can also check your PATH to ensure something isn't resolving node before the vanilla install. Another thing to do is check the version of the node binary in /usr/local/bin.

from installer.

gr2m avatar gr2m commented on June 27, 2024

Yes, I use nvm, is that the problem?

$ which node
/Users/gregor/.nvm/versions/node/v4.4.5/bin/node

from installer.

ryanmurakami avatar ryanmurakami commented on June 27, 2024

@gr2m Oh cool. Yep, I believe it is. The node installer is going to update the binary in /usr/local/bin, not where nvm is installing. And, if your PATH, is anything like mine, the nvm directories are at the front, and therefore resolve node before /usr/local/bin. In another issue, I believe you can execute nvm use system to grab the updated version.

from installer.

gr2m avatar gr2m commented on June 27, 2024

yeah I can confirm that the node at /usr/local/bin has been updated.

$ /usr/local/bin/node -v
v4.4.7

Maybe let’s update the README unless you have an idea how to make it work with nvm?

from installer.

ryanmurakami avatar ryanmurakami commented on June 27, 2024

@gr2m Ok, good. Yeah, I did open #19, but I won't have time to work on it anytime soon. Maybe you or someone else can give it a shot? ;-)

from installer.

ljharb avatar ljharb commented on June 27, 2024

@gr2m What happens if you nvm use system?

from installer.

gr2m avatar gr2m commented on June 27, 2024
$ nvm use system
Now using system version of node: v4.4.7

from installer.

gr2m avatar gr2m commented on June 27, 2024

I’m okay closing this now in favor of #19. Thanks folks!

from installer.

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.