Notice
Recent Posts
Recent Comments
Link
목록프론트 관련 지식 (1)
나 이것도 몰랐네..
npx 에러 해결 방법 및 npm / npx / yarn 차이
react 프로젝트 실행 시 npm start 명령어를 통해 하던 것을 npx start로 입력해보았다. $ npx start npm ERR! could not determine executable to run npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\SSAFY\AppData\Local\npm-cache\_logs\2023-07-10T16_48_28_292Z-debug-0.log 이러한 에러가 발생해서 왜 에러가 발생했는지, npm과 npx 그리고 yarn까지의 차이점에 대해 간단하게 찾아보았다. 1. 에러 발생 원인 https://jeong-ran-e.tistory.com/entry/Create-React-App-%E..
프론트 관련 지식
2023. 7. 11. 02:04