가끔식 패키지를 설치하기 위해
yarn add [package명] 을 쓸 때가 있다.
그런데 잘만되던 녀석이
error An unexpected error occurred: "/usr/local/share/.cache/yarn/v4/npm-yarn-1.15.2-7a064ca81ca34235f16376ad2f796ed432f9e285/node_modules/yarn/.yarn-metadata.json: Unexpected end of JSON input".
같은 에러를 반복적으로 반환한하면 어떻게 해야할까?
위 에러를 해석해보면 yarn 의 metadata의 json파일에서 예기지 않은 input이 있다고 뜬다.
그렇기에 yarn의 metadata를 초기화시켜주면 된다.
yarn cache clean
후
다시 설치하면 Complete
'개발 > Web Programming' 카테고리의 다른 글
Linux, yarn, ERROR: There are no scenarios; must have at least one. (3) | 2019.04.10 |
---|---|
'const' can only be used in a .ts file. 문제 (0) | 2019.04.03 |
[mysql] 컬럼에 auto increment 속성 추가하기 (0) | 2019.03.24 |
JSP request getAttribute()와 getParameter()의 차이점 (0) | 2019.03.21 |
JSP 스크립트 요소 (0) | 2019.03.19 |