개발/꿀팁

mac. m1칩에 node@10 설치

ttoance 2021. 9. 5. 23:40

1. iterm > 정보 가져오기 : rosetta를 사용하여 열기 

 

2.  nvm 설치 

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash

 

3. node 설치 

nvm install 10

 

 


 

 

nvm install node fails to install on macOS Big Sur M1 Chip · Issue #2350 · nvm-sh/nvm

I'm trying to install the latest version of node using nvm. I've just got the newly released SIlicon Macbook Pro with the M1 chip (not sure if that is related). I've installed xcode on ...

github.com

 

 

M1 맥 도전기

서론 2020 년형 m1 맥 미니를 구매한지 몇주가 지났다. 이제서야 블로그도 다듬고 하기 시작했으므로, 간단한 글을 쓰는 외에는 사용하지 않고 있었는데 iterm을 세팅하고 나니 실감이 났다. '아😳

juneyr.dev

 

 

Tips and tricks to set up your Apple M1 for development

I recently joined Courier as a Software Engineer and part of the onboarding process was to set up and...

dev.to

 

반응형