Problem upgrading Tiddlywiki under Node.js on windows

Hello

I have been using single file wikis under node.js for a while without any problem. I thought I would convert a single file wiki into individual tiddlers and try that. I noticed that the wiki was now running version 5.1.22 of Tiddlywiki. I therefore ran the command to upgrade tiddlywiki and checked the version using tiddlywiki --version. This returned 5.3.3. However, when I ran the wiki and checked the version in the control panel it still says 5.1.22.

What is going wrong and how do I rectify it?

Since writing my post yesterday I realise that I am running Tiddlyserver!

So my question now is how do I upgrade the Tiddlywiki component of Tiddlyserver so I can use a folder of individual tiddlers, rather than a single wiki, under the latest version of TW?

Any chance you installed tiddlywiki locally rather than globally at some point?

npm install -g tiddlywiki versus npm install tiddlywiki

I seem to recall I may have had a similar issue where I upgrade a global install but my wiki was running local version that wasn’t upgraded.