@pitaj great! This is what I am looking for. 😉 And you understood it even though I wrote it wrong. 🤦 Actually I would ask for ./nodebb upgrade --series but a config option is much better. Thank you! 🙏 It would be great if you could include this option in the documentation.
Problem
-
When i'm install a new plugin for nodebb my quickstart theme automatically deleted.
-
How did you install your theme?
-
@pitaj just drop into node_modules and edit .json
also activated in dashboard
-
@evgeniy-onegin you should add a dependency entry in
package.json
in the nodebb main directory. Or you can switch to [email protected] -
@pitaj ok
-
@pitaj hmmm, how to make it ?
-
notSolved!
npm install https://github.com/nodebb/nodebb-theme-quickstart
-
This post is deleted! -
@pitaj this shit still is removed when i'm install some plugin lol
-
Probably i'm really solved ;d
Just replace url in package.json"nodebb-theme-quickstart": "url",
to
"nodebb-theme-quickstart": "1.0.0", // your version
and add
--save
tonpm install https://github.com/nodebb/nodebb-theme-quickstart --save