Hi PMario and duche, thanks for the try. I forgot to mention, I am working with Windows. So SUDO won't work in the way, you expect. ;)
I fiddled around with the whole stuff and found following situation: npm -g install tiddlywiki and npm -g update tiddlywiki installing the correct version (5.1.23) in the common repository beneath %appdata%\npm. Jumping into the directory %appdata%\npm\node-modules\tiddlywiki and executing node tiddlywiki --version starts the correct version 5.1.23. A call via tiddlywiki --version displayes the version 5.1.22. Also an update as administrator (equivalent to sudo ...) doesn't change anything. I even created a VM with a virgin Windows 10 and tested – it was instantly installed and executed tiddlywiki 5.1.23. So far my testing. I just uninstalled tiddlywiki via npm - g uninstall tiddlywiki from the system, but tiddlywiki --version still executes with return 5.1.22 – so there must be another installation place for node-stuff and NPM-repository. I now start to dive into the filesystem and variables. (PATH and so on. I'll keep you informed about my progress and would appreciate further hints. Bacause there seems to exist a similar "bug" for Linux, maybe this could be an addition to the tiddlywiki-article for https://tiddlywiki.com/#Upgrading%20TiddlyWiki%20on%20Node.js . Cheers ToraxMalu [email protected] schrieb am Freitag, 1. Januar 2021 um 18:03:36 UTC+1: > Hi Torax, > > I had the same issue as you and fixed it with: > > *sudo* npm -g update tiddlywiki > sudo systemctl restart tiddlywiki > > and then refresh your tiddlywiki page in your browser. > > N. > > Le vendredi 1 janvier 2021 à 11:07:52 UTC-5, PMario a écrit : > >> Hi, >> Can you try: tiddlywiki --version in the command line? >> >> Then you need to _restart_ your server. ... The control panel should >> change now. >> >> -m >> >> On Friday, January 1, 2021 at 1:53:36 PM UTC+1 [email protected] >> wrote: >> >>> Hi! >>> >>> at first hapyp new year. >>> >>> I tried the update from 5.1.22 => 5.1.23 with the descriped procedure via >>> >>> `npm -g update tiddlywiki` >>> >>> A short `npm -g list` shows the successfiul update in the >>> npm-repository. But still in the control panel a version of 5.1.22 is >>> displayed. What do I miss? >>> >>> Thanks and for a reply. >>> >>> Cheers >>> ToraxMalu >>> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/055ca506-8402-4735-8df3-de9f91a0f234n%40googlegroups.com.

