Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MakiRollDev opened this issue Aug 28, 2020 · 1 comment
Open

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

MakiRollDev opened this issue Aug 28, 2020 · 1 comment

Comments

@MakiRollDev
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants