요며칠 삽질만 엄청 많이하고있다.

 

1. expo 무한빌드 -> expo optimize 하라고 경고뜸

2. expo optimize 입력 -> 에러뜸 (This command requires version 1.10.0 of `sharp-cli`. 
You can install it using `npm install -g sharp-cli@1.10.0`. 

For prerequisites, see: https://sharp.dimens.io/en/stable/install/#prerequisites)

 

Installation - sharp

Installation npm install sharp yarn add sharp Prerequisites Building from source Pre-compiled binaries for sharp are provided for use with Node versions 6, 8, 10, 11 and 12 on 64-bit Windows, OS X and Linux platforms. Sharp will be built from source at ins

sharp.dimens.io

 

3. npm install -g sharp-cli@1.10.0 입력 -> ERR! sharp EACCES: permission denied, open '/usr/lib/node_modules

4. sudo npm install --unsafe-perm -g expo-cli 입력해서 해결 -> sharp설치 됨, 무한빌드 해결됨

+ Recent posts