wasup
Node.js 서버만들어보기 본문
CategoryInfo : 보안오류 (:) [], PSSecurity Exception
FullyQualifiedErrorId : UnauthorizedAccess
nodejs 전역설치 모듈 스크립트 실행 시 오류가 나는 경우
express : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\82104\AppData\Ro aming\npm\express.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_ Policies(https://go.microsoft.com/fwli..
sandn.tistory.com
https://kitty-geno.tistory.com/62
Node.js | 초간단 API 서버 만들기 - 1
1. express-generator 설치 Express Application Generator Tool 프로젝트를 사용자가 손쉽게 생성할 수 있게 도와주는 웹 애플리케이션 프레임워크이다. npm install -g express-generator 2. 프로젝트 생성..
kitty-geno.tistory.com
https://kitty-geno.tistory.com/63
Node.js | 초간단 API 서버 만들기 - 2
express를 통해 프로젝트를 생성하면 다음과 같은 구성으로 생성된다. bin/www 웹 서버 구축에 관한 파일, 포트번호 등 node_modules Node.js 모듈 public 정적 파일을 위한 폴더로서 자바스크립트 파일, 이
kitty-geno.tistory.com
'NodeJs' 카테고리의 다른 글
node.js Note 진행할 목록 (0) | 2022.08.29 |
---|---|
Node.js nodemon (0) | 2022.08.29 |
Node.js 설치하기 (0) | 2022.08.27 |