Hi Jeremy, It worked finally. As you reckoned there were two installs one at /usr/local/lib and one at /usr/lib . I removed /usr/local/lib to get it work. Thanks a lot and really appreciate a fantastic effort.
Thanks! Shash On Tuesday, September 16, 2014 6:20:01 PM UTC+5:30, Jeremy Ruston wrote: > > Hi Shash > > One possibility is that you've got TiddlyWiki 5.0.16 installed somewhere > else. (That would happen if at some point you had typed "sudo npm install > tiddlywiki" without the "-g" option). Can you search your harddrive for > files called `tiddlywiki.js`? There should be the 5.0.17 one > at /usr/lib/node_modules/tiddlywiki/tiddlywiki.js but perhaps there are > others? > > Best wishes > > Jeremy > > > On Tue, Sep 16, 2014 at 12:21 PM, Shash <[email protected] <javascript:>> > wrote: > >> I had uninstalled tiddlywiki and then installed it back., but the error >> is still there. >> >> Any help please. >> Thanks! >> Shash >> >> >> On Monday, September 15, 2014 8:41:11 PM UTC+5:30, Shash wrote: >>> >>> Hi, >>> >>> Please see these and help. >>> >>> root@shash-linux:~# sudo npm install -g tiddlywiki >>> /usr/bin/tiddlywiki -> /usr/lib/node_modules/tiddlywiki/tiddlywiki.js >>> [email protected] /usr/lib/node_modules/tiddlywiki >>> root@shash-linux:~# tiddlywiki --version >>> 5.0.16-beta >>> >>> Thanks! >>> Shash >>> >>> On Monday, September 15, 2014 1:37:03 AM UTC+5:30, Jeremy Ruston wrote: >>>> >>>> Hi Shash >>>> >>>>> >>>>> Updating via node.js is not working for me. Any help would be >>>>> appriciaited. Here are the logs from my machine. I am on Ubuntu 14.04. >>>>> >>>>> shash@shash-linux:~$ sudo npm update -g tiddlywiki >>>>> [sudo] password for shash: >>>>> shash@shash-linux:~$ tiddlywiki --version >>>>> 5.0.16-beta >>>>> >>>>> >>>> This is puzzling. The fact that npm didn't print anything to the >>>> console while doing the update suggests that it indeed didn't make any >>>> changes. Other than the possibility of npmjs.org being down at the >>>> time I can't quite guess what's going on. What happens if you try >>>> uninstalling TW and then reinstalling? (you should be able to uninstall >>>> with `sudo npm uninstall -g tiddlywiki`). >>>> >>>> Best wishes >>>> >>>> Jeremy >>>> >>>> >>>>> >>>>> Regards >>>>> Shash >>>>> >>>>> On Friday, September 12, 2014 10:41:31 PM UTC+5:30, Jeremy Ruston >>>>> wrote: >>>>> >>>>>> I'm delighted to announce the release of TiddlyWiki version >>>>>> 5.0.17-beta: >>>>>> >>>>>> http://tiddlywiki.com/ >>>>>> >>>>>> As with the previous release, there are some incompatible changes. >>>>>> However, in this case I've taken care to support the previous behaviour >>>>>> with various "deprecation warnings". See the release note for details; >>>>>> the >>>>>> summary is: >>>>>> >>>>>> * $:/tags/Stylesheet is now used for stylesheets (for consistency >>>>>> with other system tags) >>>>>> * Change ButtonWidget `title` attribute to `tooltip` (for consistency >>>>>> with the ImageWidget and LinkWidget) >>>>>> * Removing Support for RegExp Filter Operands (because their >>>>>> implementation is not consistent). There is a new "regexp" filter >>>>>> operator >>>>>> that you can use instead >>>>>> >>>>>> Other big changes include a major overhaul of the documentation: >>>>>> >>>>>> * Dave Gifford has contributed a bunch of introductory material, and >>>>>> a new structure for the table of contents >>>>>> * Christian Heigele and Christian Jurke have contributed the kernel >>>>>> of a new, separate developer documentation wiki at >>>>>> http://tiddlywiki.com/dev >>>>>> >>>>>> The documentation changes are still in progress, and there are still >>>>>> many loose ends. >>>>>> >>>>>> Other changes listed in the release note: >>>>>> >>>>>> * Disable plugins when in SafeMode >>>>>> * Added new TimelineMacro >>>>>> * Added new DumpVariablesMacro >>>>>> * Extended TableOfContentsMacro so that individual links can be >>>>>> disabled >>>>>> * Removed unnecessary <p> tag from edit tags and types dropdowns >>>>>> * Added `multiple` attribute to the BrowseWidget >>>>>> * Extended view template to hide bodies of tiddlers with field >>>>>> hide-body set to yes >>>>>> * Fixed problem with draft tiddlers not counting as dirty >>>>>> * Fixed problem with keyboard shortcuts introduced in 5.0.16-beta >>>>>> * Fixed problem with stylesheets being parsed in inline mode >>>>>> * Fixed bug with selective expandable TableOfContentsMacro >>>>>> >>>>>> As usual, I'd like to thank the contributors to this release. >>>>>> TiddlyWiki is now truly a group effort, and I couldn't be more >>>>>> appreciative >>>>>> of the time and attention of my fellow contributors. >>>>>> >>>>>> Reply here with any comments or questions (developer related >>>>>> questions are usually best posted as a new topic on the tiddlywikidev >>>>>> group). >>>>>> >>>>>> Best wishes >>>>>> >>>>>> Jeremy >>>>>> >>>>>> -- >>>>>> Jeremy Ruston >>>>>> mailto:[email protected] >>>>>> >>>>> >>>> >>>> >>>> -- >>>> Jeremy Ruston >>>> mailto:[email protected] >>>> >>> > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

