Try removing the /var/run/mongodb/mongod.pid file and then stopping it. If it doesn't work, just kill the process.
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 [email protected] -
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