작성자 없음
작성자 정보가 삭제된 글입니다.
작성
·
398
0
ERROR in ./src/main/index.js 6:0-26
Module not found: Error: Can't resolve 'axois' in 'C:\Users\wasab\OneDrive\바탕 화면\reactfirst\src\main'
이런식으로 떠요 분명히 index.js에 axios를 import했고 npm으로 install packages.json하고 module에 axios있는것을 확인하였는데 지속적으로 오류가납니다
답변 3
0
0
Module not found: Error: Can't resolve 'axois' in 'C:\Users\wasab\OneDrive\바탕 화면\reactsecond\src\main'
ERROR in ./src/main/index.js 6:0-26
Module not found: Error: Can't resolve 'axois' in 'C:\Users\wasab\OneDrive\바탕 화면\reactsecond\src\main'
다시 원복해도 모듈인식을 못합니다
0
PS C:\Users\wasab\OneDrive\바탕 화면\reactfirst> npm install axios
added 3 packages, and audited 1469 packages in 4s
226 packages are looking for funding
run npm fund
for details
6 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
이게떠서 제가알기론 취약성없을떄까지 downgrade 한다고알고있는데 이거 일단 해보니까
72 vulnerabilities (12 low, 19 moderate, 37 high, 4 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
PS C:\Users\wasab\OneDrive\바탕 화면\reactfirst>
더 큰일이 나버려서 이제 npm start하면 아예 사이트에 연결할수없다고 떠버립니다 ㅠㅠ