--
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+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/e5c24183-b6aa-43a1-a682-2fc8137f4fab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, 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/3a14ab02-3b7a-43c0-8716-f0e466d8a4dd%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
module.js:472
throw err;
^
Error: Cannot find module './boot/boot.js'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Users\wod2fh\projects\reverie\tiddlywiki.js:7:11)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)When I try your short-cut approach, I get warnings about missing plugins and the resulting served up TW is formatted wrongly -- as if missing a stylesheet or something. There must be an additional step setting up a tiddlywiki.info file. Perhaps it can just be copied from somewhere?
Return messages:
C:\Users\Mark\Downloads\node\mytestwiki>node.exe tiddlywiki.js .\data1 --server
Warning: Wiki folder '.\data1' does not exist or is missing a tiddlywiki.info file
Serving on 127.0.0.1:8080
(press ctrl-C to exit)
Warning: Plugins required for client-server operation ("tiddlywiki/filesystem" a
nd "tiddlywiki/tiddlyweb") are missing from tiddlywiki.info file
$ sudo npm install -g tiddlywiki$ tiddlywiki mywiki --init server
Copied edition 'server' to mywiki$ ls mywiki
tiddlywiki.info$ tiddlywiki mywiki --load ~/Desktop/mywiki.html --server$ ls mywiki/tiddlers | head -15
Can't_embed_QWidget_in_QML_.tid
$__config_DefaultSidebarTab.tid
$__config_PageControlButtons_Visibility_$__core_ui_Buttons_fold-all.tid
$__config_PageControlButtons_Visibility_$__core_ui_Buttons_save-wiki.tid
$__config_PageControlButtons_Visibility_$__core_ui_Buttons_unfold-all.tid
$__config_WikiParserRules_Inline_wikilink.tid
Contents.tid
$__core.json.tid
deb.tid
$__DefaultTiddlers.tid
Getting_Tiddly.tid
How_can_I_extract_files_from_a_DEB_package_.tid
How_can_I_interact_with_TiddlyWiki_using_Alexa_.tid
How_can_I_list_the_contents_of_a_DEB_file_.tid
How_can_I_remove_a_tag_.tid
...
To unsubscribe from this group and stop receiving emails from it, 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/bda2fc6c-23c7-4752-b0be-d76d95a54643%40googlegroups.com.