You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome @siefkenj!
Sorry you ran into some confusion.
The latest version of remark-stringify v11, is compatible with unified v11.
The change to lowercase compiler is explained here unifiedjs/unified@8e57478
The solution is the match your version of remark to your version of unified.
10 with 10, or 11 with 11, not mixing incompatible versions.
Also for future reference, please do not skip or erase the issue template, it has information which helps maintainers and community members better support you.
Would you be open to upgrade to unified v11? 🙂
The unified/remark upgrade cleaned up unused and deprecated APIs, re-adding those deprecated APIs for no discernible reason, is a no for me.
If there is a particular reason why you do not want to upgrade, or a roadblock to upgrading, please share.
It appears that
remark-stringify
setsthis.compiler
rather thanthis.Compiler
, which prevents this plugin from working in Unifiedjs 10.The text was updated successfully, but these errors were encountered: