lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
692 stars 60 forks source link

The Flocking Playground throws errors when a user types code into the CodeMirror editor #299

Closed colinbdclark closed 3 years ago

colinbdclark commented 3 years ago

In the console, the Flocking Playground is showing errors when typing into the CodeMirror editor. The error is:

windows.JSHINT is not defined, CoreMirror JavaScript linting cannot run.

It looks like a CodeMirror upgrade at some point in the past may have caused it to be unable to lint the code as it's being edited?