TypeError: Cannot call method 'invokeHook' of undefined
at openStartupTiddlers ($:/core/modules/startup/story.js:122:24)
at Object.exports.startup ($:/core/modules/startup/story.js:33:2)
at $tw.boot.executeNextStartupTask (/Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1814:10)
at $tw.boot.executeNextStartupTask (/Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1818:21)
at $tw.boot.executeNextStartupTask (/Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1818:21)
at $tw.boot.executeNextStartupTask (/Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1818:21)
at $tw.boot.startup (/Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1780:11)
at /Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1891:12
at $tw.boot.decryptEncryptedTiddlers (/Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1359:2)
at $tw.boot.boot (/Users/jim/local/lib/node_modules/tiddlywiki/boot/boot.js:1889:11)
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
$ tiddlywiki nodeFolder --init server$ tiddlywiki nodeFolder --load /path/to/wiki515.html$ tiddlywiki nodeFolder --server
$ tiddlywiki --version
sudo npm update -g tiddlywiki--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
I can get node.js installed and going initially, but if I close the command window and try to start again later, the tiddlywiki command isn't recognized ('tiddlywiki' is not recognized as an internal or external command, operable program or batch file).
...
C:\Users\Ron>--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.htm
l static text/plain
'--rendertiddlers' is not recognized as an internal or external command,
operable program or batch file.
tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plainI am following the steps in the TW5 instructions exactly, so I'm at a loss as to what to do next :-(. Maybe there is a program or file missing? (There are no other files of tiddlywiki.js aside from that in the C:\Users\Ron\AppData\Roaming\npm\node_modules\tiddlywiki folder.)
I finally seem to have got results! :-) I had to chdir to the directory where my TW folder was, then put tiddlywiki in front of the --rendertiddlers command as suggested.
(I also have to stop the node.js server as I can't type anything in the command line while it is going - is that usual?)
I've now got a lot of separate html files in the \output\static directory. Thanks for the help!