# npm error

4개의 포스트
post-thumbnail

react js-cookie module not found

react 실행하려니까 위와 같은 에러 발생npm install을 실행했으나 아래 같은 npm 에러 발생.에러를 잘 보면 권장하는 커멘드가 있어서npm install --legacy-peer-deps 하니까 됐다!!!!왜그런지는 이제 알아봐야지...참고 : https&

2022년 9월 7일
·
0개의 댓글
·
post-thumbnail

[npmError] npm ERR! code 1

npm ERR! code 1npm ERR! path /Users/...npm ERR! command failednode 버전을 업데이트 하고, 프로젝트를 클론받고, npm install 하는데 에러가 발생했다.검색 해 보니 package.json 파일 안을 수정해야 한

2022년 8월 26일
·
0개의 댓글
·
post-thumbnail

mac os npm error Python3

OS 업그레이드 이후 npm 재설치를 했더니 아래와 같은 오류가 나왔다 ..err stack Error: Could not find any Python installation to use여러 문제를 확인 하던중 python의 존재 여부 부터 확인을 해보았다, 아래의 명

2022년 8월 2일
·
0개의 댓글
·
post-thumbnail

[Error][npm] npm install 설치시 npm ERR! code ERESOLVE --unable to resolve dependency tree

https://iancoding.tistory.com/154https://velog.io/@yonyas/Fix-the-upstream-dependency-conflict-installing-NPM-packages-%EC%97%90%EB%9F%AC-%E

2022년 1월 13일
·
0개의 댓글
·