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.
Мне нужно bootstrap 5 для Laravel проект, как установить это?