vue-cli-plugin-bootstrap-vue icon indicating copy to clipboard operation
vue-cli-plugin-bootstrap-vue copied to clipboard

Problems when adding via 'vue add bootstrap-vue'

Open MakiRollDev opened this issue 5 years ago • 1 comments

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)

MakiRollDev avatar Aug 28 '20 07:08 MakiRollDev

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.

GregYankovoy avatar Sep 09 '21 00:09 GregYankovoy