728x90
300x250
Linux 에서 node 설치
yum install nodejs
//노드 버전 확인
node --version
//npm 버전 확인 (노드 설치시 딸려옴)
npm --version
728x90
300x250
'IT > Node.js' 카테고리의 다른 글
npm run eject ERR! code ERESOLVE (0) | 2021.07.27 |
---|---|
npm install stuck 오류, (electron npm start error) (0) | 2021.03.15 |