-
Node.js 설치
참고
Npx Npm 오류 - npm ERR enoent ENOENT no such file or directory, lstat 'AppData\Roaming\npm'
설치
msi파일을 받아서 설치
Nodejs를 설치하고나면 npm, npx등 명령어를 사용할 수 있다.
npx는 npm에 올라가있는 package를 바로 실행해서 설치시켜주는 도구다.'NodeJs' 카테고리의 다른 글
Npm install -g 전역 설치 (0) 2022.11.23 Npm init package.json 생성 (0) 2022.11.23 Nodejs Npm (0) 2022.11.23 NodeJs Express 설치 (0) 2022.11.20 NodeJs 기반에서 React 배포 (0) 2022.11.20 npm install 명령어 (0) 2022.11.20 express 서버 기본 예제 (0) 2022.11.20 http server 기본 예제 (0) 2022.11.20