@yariplus said:
plugins
Thank youuuu I finally start understanding how it works. I'm not good at Node.js and js Frameworks. But I'm an expert JEE and web architecture. I wish that I could catch up..
I have created a custom theme using this quick start. I follow the steps and activated the theme to see if it works without making any changes. Everything works fine except that I got a warning (see below) in console. What can I do with it? Can I ignore, or what could possibly wrong?
Thanks!
@scen you can ignore that if you want... not an issue or error.
if you want the warning to go away then, add this to the package.json file in your theme (assuming you are using NodeBB 1.x.x)
"nbbpm": {
"compatibility": "^1.0.0"
}