반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Jenkins
- or some instances in your deployment group are experiencing problems.
- codebuild
- codedeploy error
- docker
- node
- PostgreSQL
- Airflow
- Spring
- codepipeline
- Spring Error
- Python
- 도커
- JavaScript
- codedeploy
- Kafka
- redis
- IntelliJ
- java bigdecimal
- VPN
- aws cicd
- chartjs
- bootstrap
- chart.js
- Flux
- COALESCE
- SQL
- AWS CI/CD 구축하기
- kubeflow
- aws
Archives
- Today
- Total
Small Asteroid Blog
[nodejs] error cannot find module 'config' 본문
728x90
src/app.ts 에서 import config 를 사용하려는데 모듈을 찾을 수 없다고 나왔다.
config package 를 설치해준다
npm i config
728x90
반응형
'백엔드 > Node.js' 카테고리의 다른 글
[nodejs] SyntaxError: Cannot use import statement outside a module (0) | 2021.12.11 |
---|---|
window yarn 설치 (0) | 2021.12.10 |
typescript 설치 및 환경설정 (0) | 2021.12.07 |
[nodejs] nodemailer (0) | 2021.04.02 |
node.js 프로젝트 만들기 환경설정 및 설치 (0) | 2020.08.12 |