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

This relative module was not found #59

Open
jinruyan opened this issue Jan 11, 2019 · 1 comment
Open

This relative module was not found #59

jinruyan opened this issue Jan 11, 2019 · 1 comment

Comments

@jinruyan
Copy link

ERROR Failed to compile with 1 errors 16:43:10

This relative module was not found:

  • ../../src/JsonEditor.vue in ./node_modules/cache-loader/dist/cjs.js??ref--12-0
    !./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0
    -0!./node_modules/vue-loader/lib??vue-loader-options!./src/view/tools/format/jso
    n.vue?vue&type=script&lang=js&

Anybody can help?

@djfpaagman
Copy link

Replacing the relative import with this worked for me:

import JsonEditor from 'vue-json-ui-editor';

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