cswendrowski / FoundryVTT-Custom-CSS

Allows a user to setup custom CSS rules in a FoundryVTT world
GNU General Public License v3.0
11 stars 9 forks source link

Module won't load after 11.306 update #23

Closed ctbritt closed 1 year ago

ctbritt commented 1 year ago

getting this error:

CleanShot 2023-07-21 at 16 38 22@2x

darkanx commented 1 year ago

I got it to work again by deleting this portion in the module.json and bumping the compatiblity to 11.

"dependencies": [ { "name": "_CodeMirror", "type": "module", "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json" } ], "relationships": { "requires": { "id": "_CodeMirror", "type": "module", "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json" } },

brunocalado commented 1 year ago

me too!