GregYankovoy / vue-cli-plugin-bootstrap-vue

vue-cli 3 plugin to add bootstrap-vue
MIT License
34 stars 2 forks source link

Problems when adding via 'vue add bootstrap-vue' #13

Open MakiRollDev opened 3 years ago

MakiRollDev commented 3 years ago

So i tried installing bootstrap-vue via vue/cli and it worked fine until it asked me: Use babel/polyfill? Yes after wich it threw TypeError: range.split is not a function i did have some problems before with package.json but i thought i fixed them by renaming package-lock.json (Ithought i might have shut down my pc at the wrong time)

GregYankovoy commented 2 years ago

Hi @CuteNickychan. Did you attempt to install on a new project, or an existing one? What options did you choose during the plugin installation?

I'd suggest creating a fresh vue app via the cli and then trying the plugin:

vue create testapp
vue add bootstrap-vue

If you are able to successfully install the boostrap-vue plugin on a new project, I'd suggest using the changes made in the new project as a reference. You can simply add the changes detected by git to your existing project, and boostrap-vue should be usable.