강의

멘토링

커뮤니티

Inflearn Community Q&A

tjdrhkd72255342's profile image
tjdrhkd72255342

asked

MQTT IoT Communication Project (Arduino, MQTT, Node.js, mongoDB, Android)

Creating a Node.js Express Project (WEB)

npm insatll을 눌러도 자꾸 아래 메시지가 떠요 ㅠ cmd로도 했는데 똑같아요..

Written on

·

396

0

audited 101 packages in 0.684s

found 4 vulnerabilities (3 low, 1 critical)

  run `npm audit fix` to fix them, or `npm audit` for details

mongodbnodejsarduinoiot

Answer 3

0

bitcocom님의 프로필 이미지
bitcocom
Instructor

위 메세지 때문에 다음이 진행이 않되는지요?

에러 메세지가 아닌 모듈의 의존성 취약점을 알려주는 메세지라서 상관없이 진행되시면 실습을 하셔도됩니다.

0

tjdrhkd72255342님의 프로필 이미지
tjdrhkd72255342
Questioner

방화벽을 해제 하고 했는데도 자꾸 아래 메시지가 떠요 ㅠ

audited 101 packages in 0.72s

found 4 vulnerabilities (3 low, 1 critical)

  run `npm audit fix` to fix them, or `npm audit` for details

0

bitcocom님의 프로필 이미지
bitcocom
Instructor

- 방화벽을 해제하고 다시한번 해보시기 바랍니다.

tjdrhkd72255342's profile image
tjdrhkd72255342

asked

Ask a question