1. install node
apt install nodejs -y
2. npm 설치
apt install npm
3. nodejs 및 npm 버전 확인
node --version
npm --version
728x90
'코드 (Code) > Node.js' 카테고리의 다른 글
nodejs 프레임 워크 -> next js build 방법 (0) | 2022.04.27 |
---|---|
npm ERR! code ERESOLVE 애러 해결방법 (0) | 2022.04.27 |
node js 개발환경 설치 순서 (0) | 2022.04.25 |
2. Node.js 프로젝트 생성하기 (0) | 2022.04.19 |
1. node.js 설치(OS : Windows) (0) | 2022.04.19 |