tiddlywiki new --verbose --init empty --load new-tiddlers.json --build index
Boot log:
Startup task: load-modules
Startup task: info after: load-modules before: startup
Startup task: startup after: load-modules
Startup task: story after: startup
Startup task: commands platforms: node after: story
Executing command: init empty
Copied edition 'empty' to new
Executing command: load new-tiddlers.json
Executing command: build index
$:/core/modules/commands/build.js:27
var buildTargets = $tw.boot.wikiInfo.build;
^
TypeError: Cannot read property 'build' of null
at Command.execute ($:/core/modules/commands/build.js:27:38)
at Commander.executeNextCommand ($:/core/modules/commander.js:100:14)
at Command.callback ($:/core/modules/commander.js:112:13)
at Command.execute ($:/core/modules/commands/load.js:46:8)
at Commander.executeNextCommand ($:/core/modules/commander.js:115:14)
at Commander.executeNextCommand ($:/core/modules/commander.js:104:12)
at Commander.executeNextCommand ($:/core/modules/commander.js:104:12)
at Commander.execute ($:/core/modules/commander.js:64:7)
at Object.exports.startup ($:/core/modules/startup/commands.js:34:12)
at $tw.boot.executeNextStartupTask (/usr/local/lib/node_modules/tiddlywiki/boot/boot.js:2069:10)
On 15 Aug 2017, at 16:29, Steven Schneider <st...@sunyit.edu> wrote:Right now, I"m trying to build a new wiki from empty and add a few tiddlers, by running a bash script. My script has this line:tiddlywiki new --verbose --init empty --load new-tiddlers.json --build index
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/T_xbYVTKb1k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CC4728A3-CFBC-4B24-8C76-E170ADAB5FA7%40gmail.com.