• 카테고리

    질문 & 답변
  • 세부 분야

    프론트엔드

  • 해결 여부

    미해결

firebase 설치 오류

23.01.12 17:43 작성 조회수 680

0

안녕하세요 강사님

firebase 호스팅 설정 단계의 firebase CLI 설치에서 명령 프롬프트를 관리자 권한으로 아래와 같이 실행하면

C:\WINDOWS\system32>npm install -g firebase-tools

npm WARN deprecated har-validator@5.1.3: this library is no longer supported

npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)

npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

changed 674 packages in 2m

34 packages are looking for funding

run npm fund for details

 

위와 같은 에러가 계속해서 뜹니다.

firebase CLI 참조를 통해 설치 프로그램을 깔려고 하면 윈도우 자체에서 위험을 감지해서 못 열고, npm 권한 문제 관련하여 구글링해서 어느 수를 써도 해결이 안됩니다 ㅠㅠ node.js 를 최신 버전으로 깔아도 안되고..

무슨 문제일까요 ㅜㅜ

확인해주시면 감사하겠습니다..

답변 1

답변을 작성해보세요.

0

안녕하세요 이정환입니다.

에러가 아닌 경고 메세지가 출력된 것으로 정상적으로 설치된 것이니 걱정하지 마시고

다음 단계를 진행하시면 됩니다.

gkfla668님의 프로필

gkfla668

질문자

2023.01.16

앗ㅎㅎ.. 감사합니다!