krrishd/write

Missing quill css files

Closed this issue · 2 comments

Hi, cool project! Wanted to run it locally but after npm i and node scripts/start.js ran into

Starting the development server...
Failed to compile.

Error in ./src/Editor.js
Module not found: ../node_modules/react-quill/node_modules/quill/dist/quill.snow.css in /Users/stevevandervalk/Dropbox_Private/journal/write/src

 @ ./src/Editor.js 22:0-77

Error in ./src/Editor.js
Module not found: ../node_modules/react-quill/node_modules/quill/dist/quill.base.css in /Users/stevevandervalk/Dropbox_Private/journal/write/src

 @ ./src/Editor.js 20:0-77

Looks like a well known issue with the css not being bundled.

I'll look into this! What I'll probably end up doing is just adding quill as a standalone dependency and referencing it from there.

Solved this issue, sorry for the delay!