강의

멘토링

커뮤니티

Inflearn Community Q&A

apostlesim32809's profile image
apostlesim32809

asked

WEB2 Node.js-MySQL

Preparing for the lab

Cannot find module './db' 를 해결하지 못하겠어요...

Written on

·

478

0

(직접 따라 작성한 전제 수업들의 파일은 문제가 생길까 하여 node.js-mysql-master를 git에서 다운받아 실행중입니다.)

데이터베이스 설정까지 잘 마무리 하고

npm install에서 vulnerability 1개가 뜨면서 run npm audit fix를 하라길래 하고나서

node main.js를 했는데 Cannot find module './db' 이 자꾸 떠서 모듈 db를 설치하라는 건가 하고

npm install db도 해보고 인터넷에도 찾아봤는데 도저히 모르겠어요 알려주세요!!!

mysqlnodejs

Answer

This question is waiting for answers
Be the first to answer!
apostlesim32809's profile image
apostlesim32809

asked

Ask a question