728x90
nodejs 삭제
sudo apt-get remove -y nodejs
sudo rm -rf /usr/local/lib/node_modules
nodejs 설치
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get install -y nodejs
728x90
'⚙️백엔드 > Node.js' 카테고리의 다른 글
npm - 구글 번역기 모듈(translate-google) (0) | 2022.11.07 |
---|---|
node.js - 모듈 파일 불러오기(exports) (0) | 2022.02.08 |
node.js - 최신 버전으로 업데이트 하기 (0) | 2022.01.13 |
Node.js - 리버스쉘 (0) | 2021.12.04 |
Node.js - 윈도우 창을 숨겨주는 라이브러리 (0) | 2021.11.16 |