Can you offer any feedback to the post above from our tech person?
Thanks in Advance,
Mark
Seeing the same thing.
Yup, we are too, something is borked on this instance's theme... as long as it doesn't happen in 0.5.0, we're good
Should be fixed now, vanilla theme wasn't published top npm with the fixes. 0.5.0 should be used with vanilla 0.0.137.
I swear it had something to do with npm. npm i nodebb-theme-vanilla
on my laptop gave me the right theme files, but on the server this forum is on, it loaded some arbitrary git version
This is similar to https://community.nodebb.org/topic/2271/tags-show-topics-tag-score-after-0-5-0-3-update/4 - but seemingly worse as tag content isn't even carried over.
@Ted said:
This is similar to https://community.nodebb.org/topic/2271/tags-show-topics-tag-score-after-0-5-0-3-update/4 - but seemingly worse as tag content isn't even carried over.
If it still doesn't work right, delete your cache.
@baris I got this : Peer [email protected] wants [email protected]~0.1.0. So maybe upgrade 0.1.1 to fix this should be better?
@main Are you on NodeBB v0.5.0? In that case, just install the 0.0.x themes:
$ npm rm nodebb-theme-vanilla nodebb-theme-lavender
$ npm i [email protected]~0.0.0 [email protected]~0.0.0
@julian I got this, thanks!