Update: The problem has nothing to do with my tiddlers. It looks like somehow npm is broken on my system.
- cd /tmp - mkdir node_modules - npm install [email protected] - node ./node_modules/tiddlywiki/tiddlywiki.js --version - -- It reports 5.1.21, as expected - npm upgrade [email protected] - -- It silently completes. $? is 0, indicating success. - node ./node_modules/tiddlywiki/tiddlywiki.js --version - -- It reports 5.1.21 For whatever reason, "npm upgrade" simply does not work on my system. -- 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/55422dcf-5914-46c8-8104-d60f08c7c0ed%40googlegroups.com.

