Ok. Cache issue. Cleared cache, and back in play (almost)
Upgrade Theme
-
Hello,
Do you how to update a template like lavender ? I am a begginner with git.
Thanks
-
assuming you aren't making any changes to the theme, you can just run
npm install nodebb-theme-vanilla
(because lavender is based on vanilla)
npm install nodebb-theme-lavender
OR, if you want to update everything:
git pull
./nodebb upgrade
-
Thanks @psychobunny