상황
npm install faker
를 한 후, faker를 사용 후 적용을 했더니 Error : faker.js : NotFound
이유
The developer of these libraries intentionally introduced an infinite loop that bricked thousands of projects that depend on ‘colors’ and ‘faker.’
-> 라이브러리의 개발자는 의도적으로 '색상'과 '페이커'에 의존하는 수천 개의 프로젝트를 망가뜨리는 무한 루프를 도입했습니다.
해결
npm install faker@5
구버전으로 버전을 바꿔준 후 해결 할 수 있었습니다.
'개발일지 > Troubleshooting' 카테고리의 다른 글
[Header설정 오류] - 협업 중.. (0) | 2023.04.19 |
---|