Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
Ha! Found it. npm upgrade tiddlywiki@5.1.22 # has no effect on a 5.1.21. npm upgrade tiddlywiki # upgrades it to 5.1.22 This happens on multiple system. I went to my Mac which has never had Tiddlywiki. I went to my home directory and ran - mkdir node_modules - npm install

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
Yeah, which would also explain why there is no tiddlywiki command on your $PATH. The --version command will give you the package.json version, which means that it should be more accurate than npm show version It does seem like there's a few problems with your npm install, I think. That's

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
Update: The problem has nothing to do with my tiddlers. It looks like somehow npm is broken on my system. - cd /tmp - mkdir node_modules - npm install tiddlywiki@5.1.21 - node ./node_modules/tiddlywiki/tiddlywiki.js --version - -- It reports 5.1.21, as

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
I didn't *directly* create those files. Looking at a couple of them, they say they were created by "jd". I'm guessing that is http://j.d.material.tiddlyspot.com/ . I tried using that but it had some side effects I didn't care for. I'll remove those. Thanks for pointing them out. On

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
ls -a data/* data/dtl: *.* *..* *tiddlers* tiddlywiki.info data/pkb: *.* *..* *tiddlers* tiddlywiki.info data/sue: *.* *..* *tiddlers* tiddlywiki.info On Sunday, May 3, 2020 at 8:49:24 PM UTC-4, Arlen Beiler wrote: > > Are there any other folders in the data folder beside the

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
You must have edited a few core tiddlers and maybe added a few buttons? I'm not sure if you changed the images intentionally or not. I notice you have two ViewTemplate files, one with two dots before the extension instead of one. If none of these changes were intentional you can delete all of

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
Are there any other folders in the data folder beside the tiddlers folder? On Sun, May 3, 2020 at 8:25 PM Kevin Kleinfelter < kleinfelter.gro...@gmail.com> wrote: > *kevin@boxtop3*:*/data/containers/tiddlywiki/data*$ find . -print | grep > __core > >

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
*kevin@boxtop3*:*/data/containers/tiddlywiki/data*$ find . -print | grep __core ./pkb/tiddlers/$*__core*_images_right-arrow.tid ./pkb/tiddlers/$*__core*_images_cancel-button.tid ./pkb/tiddlers/$*__core*_ui_Buttons_more-page-actions.tid ./pkb/tiddlers/$*__core*_images_new-journal-button.tid

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
check if you have any files in the tiddlers folder of your data folder that start with $__core If you do, please paste the names here. On Sun, May 3, 2020 at 7:00 PM Kevin Kleinfelter < kleinfelter.gro...@gmail.com> wrote: > No output from `which tiddlywiki`. The only way I can use a

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
No output from `which tiddlywiki`. The only way I can use a "tiddlywiki" command is to first run something like: `alias tiddlywiki=node /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js`. So I usually run it as `node /usr/local/lib/node_modules/ tiddlywiki/tiddlywiki.js` As I mentioned

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
can you run `which tiddlywiki`? Also, is you current folder a data folder? Meaning is there a tiddlywiki.info file in the folder you are running the tiddlywiki command from? On Sun, May 3, 2020 at 1:34 PM Kevin Kleinfelter < kleinfelter.gro...@gmail.com> wrote: > >- `node