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

Failed to resolve 'vue-class-component' from './node_modules/s-vuex-class/lib/bindings.js' #39

Closed
furstenheim opened this issue Oct 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@furstenheim
Copy link

Sadly it seems that the dependencies are not working as expected :/

🚨 Build failed.

@parcel/core: Failed to resolve 'vue-class-component' from './node_modules/s-vuex-class/lib/bindings.js'

  /home/gabi/Gabi/apps-own/jirush/node_modules/s-vuex-class/lib/bindings.js:1:33
  > 1 | import { createDecorator } from 'vue-class-component';
  >   |                                 ^^^^^^^^^^^^^^^^^^^^^
    2 | import { mapState, mapGetters, mapActions, mapMutations } from 'vuex';
    3 | export var State = createBindingHelper('computed', mapState);

@parcel/resolver-default: Cannot find module 'vue-class-component'
💡 Did you mean 'vuex-class-modules'?

@gschafra
Copy link
Owner

Hi @furstenheim, this repo is quite experimental and therefore quite unstable 😉. Since vue class components are deprecated (see vuejs/vue-class-component#584), I'm planned to switch to https://github.com/facing-dev/vue-facing-decorator or https://github.com/Haixing-Hu/vue3-class-component. Unfortunately my last commit on this was quite incomplete, leaving the code in a complete defect state, sorry. I'll try to fix this the next few weeks...

@gschafra gschafra self-assigned this Oct 15, 2023
@gschafra gschafra added bug Something isn't working dependencies Pull requests that update a dependency file labels Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants