I'm running into an issue when doing "gulp --<demo ver>" and it's just giving me the following:
Error in plugin "sass"
Message:
node_modules/tinymce/skins/ui/oxide-dark/skin.css
Error: 100% and 0 are incompatible.
3864 | background-size: calc(100% - 11px * 2) calc(100% - 0);
Hi,
Please open the package.json file and locate the entry for TinyMCE. Update the version to 7.2.1 and remove the ^ symbol to install this specific version.
There are breaking changes in the recent TinyMCE update that affect Metronic, and version 7.2.1 is currently stable and compatible.
Here's an example of the correct entry:
"tinymce": "7.2.1"