에러 메시지
next : The term 'next' is not recognized as the name of a cmdlet, function, script file, or operable pro
gram. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
-> next가 없다는 의미 이므로 설치해주면 됨
해결 방법
npm install next -g
'Next.js' 카테고리의 다른 글
Next.js와 Styled-Components 사용 시 Unknown Prop Warning 해결하기 (0) | 2024.11.20 |
---|---|
[Next.js] Image is missing required "src" property: (0) | 2023.08.16 |