npm ERR! Cannot read properties of undefined (reading 'stdin')
에러 상황 node express 로 구성한 서버를 구동하려고, 터미널에서 npm start 명령을 실행하였더니 아래 오류 메시지 발생. $ npm start > default@1.0.0 start > node app.js npm ERR! Cannot read properties of undefined (reading 'stdin') npm ERR! A complete log of this run can be found in: C:\Users\User\AppData\Local\npm-cache\_logs\2023-06-29T05_59_33_493Z-debug-0.log 테스트 npm start 는 package.json 파일의 scripts 부분에 명시된 명령을 수행하므로, 해당 명령어를 터미널에서 직접..