어제 밤까지만 해도 멀쩡히 돌아가던 serve -d {경로}
명령어가 갑자기 안돌아갔다.
$ serve -d dist
WARNING: Checking for updates failed:
TypeError: Cannot read property 'code' of undefined
at getMostRecent (/home/cindy/.npm-packages/lib/node_modules/serve/node_modules/update-check/index.js:125:11)
at async module.exports (/home/cindy/.npm-packages/lib/node_modules/serve/node_modules/update-check/index.js:185:12)
at async updateCheck (/home/cindy/.npm-packages/lib/node_modules/serve/bin/serve.js:39:12)
at async /home/cindy/.npm-packages/lib/node_modules/serve/bin/serve.js:396:3
ERROR: Cannot copy to clipboard: Couldn't find the required `xsel` binary. On Debian/Ubuntu you can install it with: sudo apt install xsel
xsel 이 없댄다.
나는 Windows10 환경에서 개발 중이긴 하지만 WSL을 사용중이므로 yum 으로 설치할 수 있다.
sudo yum install xsel
실행해서 설치해주면 끝
잘 돌아간다.