인프런 커뮤니티 질문&답변
Couldn't find a `pages` directory. Please create one under the project 오류
작성
·
1.3K
0
안녕하세요 제로초님 !
강좌잘보고있습니다.
npm run dev 를 실행하면
아래와같은 오류가뜨네요....
코드는 다음 캡처와같습니다.
{
"name": "react-nodebird-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next"
},
"author": "Jeonga Kim",
"license": "ISC",
"dependencies": {
"next": "^9.5.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}





감사합니다 제로초님 ㅎㅎ
사업번창하시길 바래요~!!