Notice
Recent Comments
Link
Tags
- tzselect
- c file read
- node 버전확인
- express install
- 우분투 시간변경
- node js 버전확인
- 클라우드서버 생성
- 자바 파일 한줄씩 읽기
- java 숫자를 문자로 변환하기
- node js express install
- npm버전확인
- 우분투 시간설정
- 파이썬 반복문
- ubuntu node js install
- 자바 한줄씩 읽기
- c언어 파일 읽기
- 디지털오션 클라우드서버 생성하기
- raspi-config
- ubuntu node js
- Node.js express install
- C언어
- 파이썬
- index 생성
- Python
- 라즈베리파이4
- mysql index 생성
- 우분투 node js 설치
- 디지털오션 서버생성하기
- 디지털오션 드로플릿
- Ubuntu timezone
Archives
- Today
- Total
목록Node.js (2)
호그래머
Node.js express 설치 하기 23.06.28
1. Node.js에서 express 설치하기 sudo npm install express-generator -g 2. express로 프로젝트 생성하기 express --view=ejs Horilla view파일은 ejs로 설정 프로젝트를 생성하면 Horilla 폴더가 생성된다. cd Horilla 폴더 내로 진입하고 npm install 기본 모듈을 설치한다. 끝 1. Ubuntu에서 Node.js프레임워크 express를 설치 할 수있다.
Node.js
2023. 6. 28. 00:21
Node js 우분투에서 Node js 설치하기 23.06.28
1. Ubuntu에서 Node js 설치하기 curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs 설치 이후 node -v 설치된 node 버전 확인 npm -v 설치된 npm 버전 확인 끝 1. Ubuntu에서 Node js 를 설치 할 수있다. 2. 버전은 23.06.28일 기준 최신버전인 18.이 설치된다.
Node.js
2023. 6. 28. 00:18