etc/error 2

[Error] Cannot find file: 'index.js' does not match the corresponding name on disk

Cannot find file: 'index.js' does not match the corresponding name on disk: '.\node_modules\React\react'. 분명 index.js 파일도 멀쩡하게 있고 크게 작성한 코드도 없는데 오류가 발생해서 한참을 고민했다. 알고보니 import React from 'React' react로 적어야 하는 것을 React로 적어서 발생하는 오류였다 import React from 'react' 모듈 import뿐만 아니라 전체적으로 대소문자를 잘못 입력하면 나타나는 오류인 것 같다. 오류 메시지만 보고 혼자 엄청 고민했다. 대소문자를 잘 구분해서 적어주자😭 https://stackoverflow.com/questions/55149843/e..

etc/error 2021.11.18

[error] VSCode 오류(이 시스템에서 스크립트를 실행할 수 없으므로 ~ps1 파일을 로드할 수 없음)

nodemon : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\sunho\AppData\Roaming\npm\nodemon.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오. 위치 줄:1 문자:1 + nodemon app.js + ~~~~~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess nodemon을 사용하려 했더니 다음과 같은 error가 발생하였다. 에러를 읽어보면 스크립트 실행 권한이 제한되어 있어 발생하는 문..

etc/error 2021.10.04
반응형