Node.js
Cannot find module 'html'
킨글
2019. 2. 27. 12:28
아래와 같이 Cannot find module 'html' 에러 나는 경우..
views폴더를 만들고, 폴더 안에 index.html을 이동시킨 후에 main.js에서는 아래 코드를 추가해준다.
app.engine('html', require('ejs').renderFile);
app.set('view engine', 'ejs');
도움이 되셨다면 광고 한번씩 클릭 부탁드립니다 😁