강의

멘토링

커뮤니티

Inflearn Community Q&A

somi34844's profile image
somi34844

asked

A real introductory all-in-one development boot camp for non-majors

Install Expo

watchman 설치할 때 오류가 발생합니다

Written on

·

393

1

Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!

To rerun under ARM use:

    arch -arm64 brew install ...

To install under x86_64, install Homebrew into /usr/local.

이런 오류가 발생하는데

M1 맥북에서는 설치를 못하는걸까요?

react-nativereactnodejsexpresstensorflow머신러닝 배워볼래요? HTML/CSSjavascript

Answer 1

1

somi34844님의 프로필 이미지
somi34844
Questioner

arch -arm64 brew install watchman

라고 터미널에 입력해서 해결하였습니다!

grab님의 프로필 이미지
grab
Instructor

M1 맥북에서는 이런 이슈가 있군요. 해결 과정 공유 감사합니다 :)

somi34844's profile image
somi34844

asked

Ask a question