VUE
[VUE] npm ERR! gyp verb check python checking for Python executable "python2" in the PATHnpm ERR! gyp verb `which` failed Error: not found: python2
예글
2024. 4. 22. 22:43
회사에서 사이드 프로젝트로 하던 거를 집에서도 작업하려고 깃 클론을 하고 npm install을 했는데...
1시간이나 여기서 잡아먹혔다 ㅠㅠㅠ
해결했던 방법은
파이썬 설치가 아닌..
1- npm uninstall node-sass
2- npm i -D sass ---> 에러나서
3- npm install -D sass-loader@^10 sass ---> 이렇게 했더니 성공
3- npm i
이것이었다...
