We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doing following on version: 1.4.4 gives error 'assets/plus.svg' not found. yarn add v-jsoneditor
yarn add v-jsoneditor
Resolution: add plus.svg to package or point it somewhere else. This is being thrown from the .max-btn class in css even though it is not being used.
The text was updated successfully, but these errors were encountered:
I have exactly the same error.
Module not found: Error: Can't resolve './assets/plus.svg' in '/Users/blabla/node_modules/v-jsoneditor/src'
package.json:
"v-jsoneditor": "^1.4.5",
Sorry, something went wrong.
No branches or pull requests
Doing following on version: 1.4.4 gives error 'assets/plus.svg' not found.
yarn add v-jsoneditor
Resolution:
add plus.svg to package or point it somewhere else.
This is being thrown from the .max-btn class in css even though it is not being used.
The text was updated successfully, but these errors were encountered: