Skip to content

Nvm installs by Building Source on M1 MacbookAir but installs directly when installing from M1 Pro on a MBP - Both on latest macOS Ventura 13.3.1 #3094

@matheustavaresdev

Description

@matheustavaresdev

Hi,

I have a Macbook Air M1 and a MacbookPro M1 Pro, and on the M1 Pro, I've always been able to install the node versions quickly. Yesterday I made a total cleanup on my Macbook Air with the regular M1, and it was taking forever to install node v18.

Today when back to my Macbook Pro M1 Pro, I tried to install v16 and v18.1 and it installed directly from the binary:

nvm install 18.1
Downloading and installing node v18.1.0...
Downloading <https://nodejs.org/dist/v18.1.0/node-v18.1.0-darwin-arm64.tar.xz>...
############################################################################################################# 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v18.1.0 (npm v9.6.4)

I did set up nvm on both macs myself and did the same steps for both.

Would there be any reason or anything that would make the M1 Pro install every node version directly from the binary and not the regular M1? Or is there any config that I did on the M1 Pro and forget about that makes it always download from a binary?

I also saw that there's a -b flag to skip source install, but it's really weird that this seems default on M1 Pro and not on regular M1...

Also, on the m1Pro I've installed NVM using the script, but on the regular m1 I've installed via brew but then uninstalled and installed via script, and the error kept coming. Nvm v0.39.3 was used on these tests.

Any lights on this? :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions