nodeJS내장모듈
const express = require('path');
path.join(__dirname, '/index.html')
__dirname 현재위치
'basic > Node.js' 카테고리의 다른 글
NPM 모듈 개발환경으로 설치하기 (0) | 2021.12.29 |
---|---|
RSA public key is not available client side. Either set option `cachingRsaPublicKey` to indicate public key path, or allow public key retrieval with option `allowPublicKeyRetrieval (1) | 2021.07.13 |
api 중복되는 값 해결하기 lodash (0) | 2021.05.31 |
qs 라이브러리 (0) | 2021.03.17 |
classnames 모듈 (0) | 2021.03.14 |