npm link (Windows) or sudo npm link (Mac/Linux) to tell npm to use this copy of the repo as the globally installed oneAfter this procedure you can work with TiddlyWiki5 via npm as though it had been installed in the usual way with npm install -g tiddlywiki.
Update the clone from time to time in order to ensure that you have the latest code.
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALc1hYedMmR4BUmM0JVD-mS712vUaAVi-DDmeXzcmBNXwgmZVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJbz5TCbmGrg2saF58LCvLCoJ%3Djvd-ETf0C2xjOVOxp6WQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALc1hYegMFnGvAJFYaZdLQgW%3DhfQnH9CSo3mz58PCOw1sHSySQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJZ%3Dqmf-ey2ESKdb6oaztyythA8jfSXoVd%2BR0_ZdJfO6Kw%40mail.gmail.com.
Try these instructions
- Clone a local copy of the TiddlyWiki5 GitHub repository from https://github.com/Jermolene/TiddlyWiki5
- Open a command line terminal and change the current working directory to the root of the TiddlyWiki5 repo
- Type
npm link(Windows) orsudo npm link(Mac/Linux) to tell npm to use this copy of the repo as the globally installed one
Just tried this for the first time on win 10,trying to serve my tb5 wiki folder on localhost
and got this popping up in the browser…
Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browserUncaught TypeError: options.wiki.getTiddlerDataCached is not a function
Best wishes,— tb
Does the same wiki work under TiddlyWiki 5.1.9?
The error is a bit worrying; that function getTiddlerDataCached() was introduced in 5.1.10. The fact that it can’t be found makes me worry that you’ve got some core modules overridden with pre-5.1.10 versions. Is that possible?