Cant uninstall nodebb-plugin-emoji-extended clearly.
-
How did you uninstall it? Could you execute the following commands in your NodeBB root folder? You should stop NodeBB before running these.
./nodebb reset -p nodebb-plugin-emoji-extended npm uninstall nodebb-plugin-emoji-extended rm -r ./node_modules/nodebb-plugin-emoji-extended ./nodebb build
This should remove anything related to
nodebb-plugin-emoji-extended
. Otherwise additional information might be needed. Like from where is the error actually coming? -
@dravere it's not showing up in his plugins list, so it's not active anyways.
@Xuchenhao what isn't working? Are emoji not working at all? What version of the emoji plugins do you have installed? Have you tried hitting the Rebuild Emoji Assets button on the emoji plugin page in the ACP?
-
@xuchenhao that node_modules directory you see is a virtual directory. It's in italics because it's from sourcemaps.
Anyways, please try running
./nodebb stop && ./nodebb build && ./nodebb start
and see if that is still there. You shouldn't have anything from emoji-extended. Also, try clearing your cache or trying a different browser, that might be an issue as well. -
@xuchenhao I just checked your site myself, and
emoji-extended
doesn't show up for me. So it's definitely an issue with your browser or some other cache layer -
@xuchenhao ah ok. Well, I'm sorry you had to do that.