인프런 커뮤니티 질문&답변

bunyang-e님의 프로필 이미지

작성한 질문수

Three.js로 시작하는 3D 인터랙티브 웹

Visual Studio Code 사용 패키치 설치오류

22.04.14 15:24 작성

·

455

0

안녕하세요.

Visual Studio Code를 잘 사용하다가 이번에 패키지 설치시 문제가 발생했습니다.

npm i -D @babel/cli @babel/core @babel/preset-env babel-loader clean-webpack-plugin copy-webpack-plugin core-js cross-env html-webpack-plugin source-map-loader terser-webpack-plugin webpack webpack-cli webpack-dev-server

위 명령어를 실행 했는데

up to date, audited 551 packages in 2s

56 packages are looking for funding

  run `npm fund` for details

3 high severity vulnerabilities

To address all issues (including breaking changes), run:

  npm audit fix --force

Run `npm audit` for details.

위와 같이 오류가 발생했습니다.

Visual Studio Code 관련파일 삭제 후 재설치를 해도 같은 현상이 나타납니다.

해결방안이 있을까요??

답변 1

0

1분코딩님의 프로필 이미지
1분코딩
지식공유자

2022. 04. 18. 10:44

위와 같은 오류가 있어도 대부분 실행에는 문제가 없는데요,
안내대로 npm audit fix 명령어를 실행하면 아마 오류 메시지는 해결이 될거예요.
크게 신경은 안쓰셔도 괜찮습니다^^