bootstrap이 설치가 되지 않는 건지 navbar 띄웠을 때 그냥 hyperlink 된 것만 뜹니다!
npm install react-bootstrap bootstrap 했을 때나
npm install bootstrap 했을 때나
<!--more-->
added 19 packages, and audited 1499 packages in 10s
233 packages are looking for funding
run `npm fund` for details
6 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
<!--more-->
이렇게 에러가 뜹니다! 비슷한 게시물에 답글 달아주신 것 보면 node_modules 재설치하고 npm audit fix --force는 웬만하면 하지 말라고 하셔서 새로 폴더도 생성해보고 재설치도 해봤는데 해결이 안됩니다. 어떤 게 문제일까요..?!