I don't know why, but after an reinstall from ghost it works.
I do what @The-Worms posted. And, that works 🤸
@The-Worms Thank you! 🍻
How to install for test ?
I have test npm i @nodebb/nodebb-plugin-reactions
but I have error :
npm i @nodebb/nodebb-plugin-reactions
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/nodebb-plugin-emoji
npm ERR! [email protected]"4.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer [email protected]"^3.5.0" from @nodebb/[email protected]
npm ERR! node_modules/@nodebb/nodebb-plugin-reactions
npm ERR! @nodebb/[email protected]"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/nodebb/.npm/eresolve-report.txt for a full report.
hi @baris , is the forked version published? I think on ACP, I can only see the old version of the plugin?
Forked version is published as @nodebb/nodebb-plugin-reactions
@baris having tested this before, it doesn't seem to work and cannot be uninstalled. Any update on this please ?
Uninstalling scoped packages from ACP is broken https://github.com/NodeBB/NodeBB/issues/10582.
You can uninstall from the CLI with npm uninstall @nodebb/nodebb-plugin-reactions
@baris that doesn't work either - at least, not when I tested it last.
EDIT: Just tried again and it's working from the CLI
@baris I now have this working in 1.19.7 - thanks
@DownPW Were you able to find a fix for this? Just ran into this issue as well:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/nodebb-plugin-emoji
npm ERR! [email protected]"4.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer [email protected]"^2.2.0" from [email protected]
npm ERR! node_modules/nodebb-plugin-reactions
npm ERR! [email protected]"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/nodebb/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/nodebb/.npm/_logs/2022-05-24T19_48_05_893Z-debug-0.log
@Tez same here in nodeBB 2.0.1
Please try with @nodebb/[email protected]
@baris thank you so much. Runs like a charm!
@DownPW what is your URL in config.json? It must exactly match the URL at which you access the site in your browser.