-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unexpected token when running vue add #24
Comments
Me too:
|
Same for me as well. |
@VottusCode With Vue CLI 4.5, you don't need this plugin anymore. |
I wanted to update an existing application to Vue 3. And yes, I do have the latest version of Vue CLI globally installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi !
I'm currently unable to add the plugin to a project built with
@vue/composition-api
andtypescript
.I get the following error after running
vue add
:Here's the reproduction repo :
https://github.com/Ircam-Web/timeside-player/tree/7b3e110a1d7839e3a721953a0a08876c7f290fdd
Is it somehow related to Typescript ? I know it is not supported yet but I've seen it can be run in the following issue #7
Thanks for this tool :)
The text was updated successfully, but these errors were encountered: