강의 잘보고 git 에 소스파일 커밋하려고하는데
npm run build error 가 발생했습니다.
react 수업할때는 문제없이 build 가 잘되었는데
현재 오류 메시지가
PS C:\Users\82106\codingapple-js> node -v
v16.13.0
PS C:\Users\82106\codingapple-js> npm run build
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\82106/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\82106\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
이렇게 뜹니다 제가 무슨 설정을 잘못한걸까요
아니면 현재 경로가 잘못된걸까요 ?
PS C:\Users\82106\codingapple-js>
현재 터미널 경로 입니다
파일도 codingapple-js 아래로 바로html css js 파일들 만들어서
하위 폴더 같은건 없거든요 ㅠ