naveennaidu / novel-vue

Notion-style WYSIWYG editor with AI-powered autocompletion in Vue
135 stars 15 forks source link

Can't resolve 'CalSans-SemiBold.otf' #8

Open alisherabdimuminov opened 5 months ago

alisherabdimuminov commented 5 months ago

ERROR Failed to compile with 1 error 4:53:50 AM

error in ./node_modules/novel-vue/dist/style.css

Module not found: Error: Can't resolve 'CalSans-SemiBold.otf'

qeaonet commented 2 months ago

Location: node_modules/novel-vue/dist/style.css Find this characters(url(CalSans-SemiBold.otf)) and replace it with "" . then run "npm run serve"