2017-10-13 9 views
0

임 내가이 오류 받고 있어요 이유는 확실하지 :해결할 수없는 모듈`@ 박람회/벡터 icons`

    : 나는 다른 포럼/사이트에 제안 된 다음과 같은 일을 시도

    Unable to resolve module `@expo/vector-icons` from `...(directory path here)...` : Module does not exist in the module pack 
    

  1. 지우기 경비원은
  2. 는 node_modules 폴더
  3. 재설정 포장기 캐시
012 삭제 시계 3,516,

package.json

{ 
    "name": "app name", 
    "version": "0.0.0", 
    "description": "Hello Expo!", 
    "author": null, 
    "private": true, 
    "main": "node_modules/expo/AppEntry.js", 
    "dependencies": { 
    "babel-plugin-module-resolver": "^2.5.0", 
    "babel-preset-expo": "^4.0.0", 
    "expo": "^21.0.0", 
    "firebase": "^4.5.1", 
    "geofire": "^4.1.2", 
    "moment": "^2.19.1", 
    "react": "16.0.0-alpha.12", 
    "react-native": "https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz", 
    "react-navigation": "^1.0.0-beta.13" 
    } 
} 

하지만 여전히 아무것도 여전히

답변