coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.28k stars 963 forks source link

Have older versions been deleted from NPM? #283

Closed geri777 closed 2 years ago

geri777 commented 2 years ago

Hi, I would like to update a 3.x project. But I cannot find any older versions on npm. What I tried:

> npm view coreui/coreui-free-vue-admin-template versions
> 4.1.0
geri777 commented 2 years ago

This is my workaround to install an older version, using the Github URL:

git clone --branch v3 https://github.com/coreui/coreui-free-vue-admin-template.git
cd coreui-free-vue-admin-template
npm install
github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions