코딩
Command terminated with exit status 1 에러 해결
코딩쪼렙
2022. 12. 16. 13:04
728x90
상황:
Gatsby설치하기위해 ubuntu 버전 18이상이 필요해 업그레이드 중 다음과 같은 에러가나고 종료 됨
기대결과:
ubuntu 20업데이트
해결방법:
I had to remove both snapd and screen!
1 - sudo apt-get purge snapd
2 - sudo apt-get purge screen
업데이트방법 :https://websetnet.net/ko/how-to-upgrade-existing-wsl-wsl2-ubuntu-18-04-to-20-04/