안녕하세요 선생님
blog 오픈폴더 하고
터미널에서 npm install bootstrap@next @popperjs/core 이렇게 했는데 에러가 나오는데
npm ERR! code ETARGET
npm ERR! notarget No matching version found for bootstrap@next.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\이효준\AppData\Local\npm-cache\_logs23-04-28T10_45_40_379Z-debug-0.log
계속 오류가 나오길래 npm install --save @popperjs/core 이렇게 써보니
added 1 package, and audited 959 packages in 3s
106 packages are looking for funding
run `npm fund` for details
이렇게 나오는데 부트스트랩이 설치가 된건가요?