본문 바로가기

코딩

Command terminated with exit status 1 에러 해결

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://askubuntu.com/questions/1344069/cant-upgrade-to-ubuntu-21-04-restoring-original-system-state-aborting

업데이트방법 :https://websetnet.net/ko/how-to-upgrade-existing-wsl-wsl2-ubuntu-18-04-to-20-04/

'코딩' 카테고리의 다른 글

gastby  (0) 2023.01.09
zsh: command not found: gatsby 에러 해결  (0) 2022.12.16
useEffect refetch  (0) 2022.11.18
framer-motion | custom, mode="wait"  (0) 2022.11.09
<img> img 테두리에 흰색 선이 생기는 이유와 해결방법  (0) 2022.10.31