MinecraftForgeFrance / nodebb-plugin-extended-markdown

A NodeBB plugin to extend markdown with new feature as tooltip, anchor, custom text header with background, etc.
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

NodeBB 2.0 compatibility #7

Closed MaxWaldorf closed 2 years ago

MaxWaldorf commented 2 years ago

I have to use "--force" on npm install due to the following issues:

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: nodebb-plugin-extended-markdown@1.5.1
npm WARN Found: nodebb-plugin-markdown@10.0.0
npm WARN node_modules/nodebb-plugin-markdown
npm WARN   nodebb-plugin-markdown@"10.0.0" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer nodebb-plugin-markdown@"^9.0" from nodebb-plugin-extended-markdown@1.5.1
npm WARN node_modules/nodebb-plugin-extended-markdown
npm WARN   nodebb-plugin-extended-markdown@"*" from the root project
npm WARN
npm WARN Conflicting peer dependency: nodebb-plugin-markdown@9.0.10
npm WARN node_modules/nodebb-plugin-markdown
npm WARN   peer nodebb-plugin-markdown@"^9.0" from nodebb-plugin-extended-markdown@1.5.1
npm WARN   node_modules/nodebb-plugin-extended-markdown
npm WARN     nodebb-plugin-extended-markdown@"*" from the root project

Could you update depedencies?

Thank you

robin4002 commented 2 years ago

Hi,

I upgrade the plugin to NodeBB 2.0 : https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown/commit/a15740d59415dca8e5377ee33b323a8c3674f5d8 The new release is published on npm ;)

MaxWaldorf commented 2 years ago

Great!

Thanks