@psychobunny said:
Nice. Would be cool to have the same feature if a topic hasn't been posted to in X amount of time, to prevent necro'ing
... I wrote a plugin for this in 2013 😆
Do you know what this error might be?
4/8 01:20:08 [5535] - error: /login
invalid csrf token
Keeps reappearing and I've never noticed it before.
nodejs 8 isn't officially supported, maybe try with 6.x
@baris said in Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...:
nodejs 8 isn't officially supported, maybe try with 6.x
Gotcha! Let me try downgrading nodejs.
@baris said in Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...:
nodejs 8 isn't officially supported, maybe try with 6.x
That did it. Used nvm to downgrade to v6.x and worked like a charm. Thanks so much!
@michael-pfaff I have seen these issue when using nodejs 8. Not with NodeBB but with other app. Seems to be issues with npm on nodejs v8.
@pichalite said in Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...:
@michael-pfaff I have seen these issue when using nodejs 8. Not with NodeBB but with other app. Seems to be issues with npm on nodejs v8.
Yup. Downgrading resolved the issue. Very much appreciate the help!
Good call @baris
It's due to how [email protected] works.
The same as 8 with nodejs 7.10
npm install [email protected] -g
should also fix this issue