Dustin Keib

Results 4 comments of Dustin Keib

Unfortunately the only way I was able to solve this was to eject from create-react app: `create-react-app run eject` then add the following to `config/webpack.config.dev.js` in the `plugins` array ```...

I was able to get the error to go away by modifying line 19 of enml.py as recommended above to: soup = BeautifulSoup(contentENML.decode('utf-8'), 'lxml')

I also had this issue. PR https://github.com/VitaliyRodnenko/geeknote/pull/374 appears to fix this for me.

Thank you Dan, great point!