Ha! Found it. npm upgrade [email protected] # has no effect on a 5.1.21.
npm upgrade tiddlywiki # upgrades it to 5.1.22 This happens on multiple system. I went to my Mac which has never had Tiddlywiki. I went to my home directory and ran - mkdir node_modules - npm install [email protected] - npm upgrade [email protected] - node node_modules/tiddlywiki/tiddlywiki.js --version and it outputs 5.1.21. I don't know node or npm real well, but my *guess* is that something is wrong in the metadata for either 5.1.21 or 5.1.22. You might try it on your system (if you have a linux or a Mac system) by doing a cd to a new directory, creating node_modules, doing a non-global install of 5.1.21 and then specifying and upgrade to 5.1.22. I bet you'll find the same behavior. -- 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/0dc76217-f0b4-4615-838e-7f74bf6ae51a%40googlegroups.com.

