@Giggiux Either install plugins from command line using --save
option or manually edit package.json file with all required plugins before moving to another server.
Ranjith Kumar
Posts
-
Plugins getting deleted automatically -
Plugins getting deleted automaticallyI figured it out. Installing plugins from admin panel doesn't save it to package.json as a dependency. So I'm installing it from command line using --save option now.
npm install module --save
It would be better if installing from admin panel saves it to package.json file.
-
Plugins getting deleted automaticallyHello, I've installed NodeBB on Heroku. I'm using MongoDB from mlab
Everything is working fine but installed plugins are getting deleted automatically after some time. Only default plugins remain. All other admin settings and plugins settings are saved, only plugins are getting deleted.
I've installed plugins like google analytics, social login plugins(Google, Github, Twitter). All of them are gone after some time. This happened 3 to 4 times. First I thought I deleted them by mistake but it happened again today.
I'm installing plugins from the admin dashboard. I installed all the plugins this morning and activated. When I logged in the afternoon they are gone.
Can you please help me resolve this?
NodeBB: 1.2.1
MongoDB : 3.2.10
Forum link : https://forum.codingislove.comThank you!