요며칠 삽질만 엄청 많이하고있다.
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)
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설치 됨, 무한빌드 해결됨
'공부, 오류일기 > React Native' 카테고리의 다른 글
오늘의 일지 (0) | 2019.07.15 |
---|---|
[Unhandled promise rejection: TypeError: ref.putFile is not a function. (In 'imagesRef.putFile(fileUri)', 'imagesRef.putFile' is undefined)] (0) | 2019.07.14 |
npm ERR! A complete log of this run can be found in: 에러해결 (0) | 2019.07.11 |
우분투 visual studio code 에서의 한글입력 안됨 및 저장시 권한거부 (1) | 2019.07.08 |
application main has not been registered 에러해결 (0) | 2019.07.07 |