Lavender theme issue with Nodebb 0.9.1
-
new version of Lavender is 3.0.2, what I did to resolve the issue was edit the package.json file to be 3.0.1 instead of 3.0.2 or 3.0.0 so it should look like this
"name": "nodebb-theme-lavender",
"version": "3.0.1",
"description": "Lavender Theme for NodeBB",
"main": "theme.less",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-theme-lavender" -
@Ryan-Oliver you don't have to edit any files.
you can install v3.0.1 using
npm i [email protected]
There is no difference between v3.0.1 and v3.0.2
-
thanks, I went to git and was confused about the version so I just changed the file, it works but I will do this later thanks.
Copyright © 2024 NodeBB | Contributors