작성
·
810
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 를 최신 버전으로 깔아도 안되고..
무슨 문제일까요 ㅜㅜ
확인해주시면 감사하겠습니다..
앗ㅎㅎ.. 감사합니다!