공부기록/Node.js (9) 썸네일형 리스트형 [path is not defined]오류 path is not defied오류는 path 를 require하지 않았기 때문에 나겠지만, 지금 나의 오류는 달랐다. path를 require했음에도 불구하고 path 오류가 난 것. const path = require("path"); const express = require("express"); const adminRoutes = require("./routes/admin"); const shopRoutes = require("./routes/shop"); const bodyParser = require("body-parser"); const productsController = require("./controllers/products"); // const expressHbs = require(.. 이전 1 2 다음