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

@uppy/vue: "export 'h' (imported as 'Vue') was not found in 'vue'" #3392

Closed
cgs opened this issue Dec 27, 2021 · 1 comment
Closed

@uppy/vue: "export 'h' (imported as 'Vue') was not found in 'vue'" #3392

cgs opened this issue Dec 27, 2021 · 1 comment
Labels

Comments

@cgs
Copy link

cgs commented Dec 27, 2021

Starting with @uppy/vue 0.2.0 and higher, webpack compilation is failing for me with these errors:

ERROR in ./node_modules/@uppy/vue/lib/dashboard-modal.js 112:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
 @ ./node_modules/@uppy/vue/lib/index.js
...

ERROR in ./node_modules/@uppy/vue/lib/dashboard.js 97:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
 @ ./node_modules/@uppy/vue/lib/index.js
...

ERROR in ./node_modules/@uppy/vue/lib/progress-bar.js 89:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
 @ ./node_modules/@uppy/vue/lib/index.js
...

ERROR in ./node_modules/@uppy/vue/lib/drag-drop.js 92:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
 @ ./node_modules/@uppy/vue/lib/index.js
...

ERROR in ./node_modules/@uppy/vue/lib/status-bar.js 92:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
 @ ./node_modules/@uppy/vue/lib/index.js
...

There was a similar issue that only involved warnings. Downgrading to 0.1.7 works for now.

@Murderlon
Copy link
Member

Thanks for raising this but I'm closing it as duplicate. I think it's better to add a comment in the issue with the exact same problem than having multiple issues for it.

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

No branches or pull requests

2 participants