npm install bootstrap
安装 bootstrap 4.5,这是最新的稳定版本
npm install bootstrap 5.0.0-alpha1
返回错误
ERR! code ETARGET
npm ERR! notarget No matching version found for bootstrap@^5
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
我需要 Laravel 项目的 bootstrap 5 如何安装它?