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

Module not found: Error: Can't resolve 'vue-class-component' #1

Open
Senci opened this issue Feb 23, 2017 · 1 comment
Open

Module not found: Error: Can't resolve 'vue-class-component' #1

Senci opened this issue Feb 23, 2017 · 1 comment

Comments

@Senci
Copy link

Senci commented Feb 23, 2017

When trying to use the Vue-component i get the following error:

ERROR in ./~/schema-based-json-editor/dist/vue.js
Module not found: Error: Can't resolve 'vue-class-component' in '/Users/sli/Documents/shub/connectors/hbci_parser_api/src/web-frontend/node_modules/schema-based-json-editor/dist'
 @ ./~/schema-based-json-editor/dist/vue.js 3:28-58

As vue-class-component is imported/required in the compiled component, this module probable needs to be listed as npm dependency. In contrast to being a dev-dependency.

Unfortunately after installing it and being able to compile, the component causes an error (Uncaught ReferenceError: __extends is not defined) during runtime. I'll take a deeper look into it and keep you updated.

@plantain-00
Copy link
Owner

plantain-00 commented Feb 24, 2017 via email

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

No branches or pull requests

2 participants