The issue @PitaJ linked and this commit https://github.com/NodeBB/NodeBB/commit/6e5de39ba05984a2791e01fffdb2a48a8b4924c5 are related to this bug.
Updating my plugins throws error relative to Vanilla version
-
I have a problem with nodebb-vanilla theme that is not satisfying its siblings depencies whenever I update or install a new plugin I got this error :
npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.1.0 npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.0.1
I've tried to update both lavender and vanilla but that doesn't work.
Also I'm unable to remove nodebb-theme-quickstart as the package is not in node_modules. It seems to be installed globaly but I don't know why. -
Can you try running
npm rm nodebb-theme-quickstart
in your NodeBB folder. If that fails, trynpm i [email protected]
-
Same issue here with Vanilla and Lavender
-
On 0.5.7 and the issue continues. The quickstart removal doesn't help as it is not installed.
-
If you remove Vanilla itself, it seems to be okay.
npm rm nodebb-theme-vanilla