VJsoneditor icon indicating copy to clipboard operation
VJsoneditor copied to clipboard

assets/plus.svg is not found

Open wseme opened this issue 3 years ago • 1 comments

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.

wseme avatar Jul 21 '21 14:07 wseme

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",

uaru avatar Sep 14 '22 06:09 uaru