These dirs are absolute symlinks in nodebb-plugin-emoji and I think they should be relative (I need to remove/recreate them on every copy between my Prod and my Dev environments...) :
In nodebb/node_modules/nodebb-plugin-emoji/build/emoji :
android -> /home/myname/nodebb/node_modules/emoji-datasource-google/img/google/64
customizations -> /home/myname/nodebb/public/uploads/emoji
Is it possible to have these symlinks created relatives (to the nodebb or plugin dir) by your plugin ? Thanks.