Problem
-
When i'm install a new plugin for nodebb my quickstart theme automatically deleted.
-
How did you install your theme?
-
@evgeniy-onegin you should add a dependency entry in
package.json
in the nodebb main directory. Or you can switch to npm@4 -
notSolved!
npm install https://github.com/nodebb/nodebb-theme-quickstart
-
This post is deleted!
-
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
Copyright © 2024 NodeBB | Contributors