본문 바로가기

개발자의 logs

Cannot find module 'axios' 해결방법 본문

세계에러수집위원회/에러모음소

Cannot find module 'axios' 해결방법

주인장v 2022. 7. 1. 16:44

 

작업중에 프론트엔드 코드쪽도 봐야할 일이 생겼는데, 에러가 떳다. 

 

cannot find module 'axios' !

 

axios 를 설치했는데도 불러오지 못했다. 처음엔 import 로 해결하려고 했는데, 그것 마저도 안됐다.

(type : module도 추가해봤다.)

 

해결방법은 아래에 있다.

 

 

 

https://stackoverflow.com/questions/59225272/cannot-find-module-axios

 

Cannot find module 'axios'

I am coding a small program for Firebase Functions, using node.js. I always install my node modules using npm and i also installed axios using npm only. However when I do firebase deploy I get t...

stackoverflow.com

 

Comments