Hi. I hope this is the right place.
I just installed tscmd with npm. When I try to build an index file for a location from the CLI and I get this error:
$ cd $location_root
$ ls -l
total 56
drwxrwxr-x 2 jg jg 4096 juin 26 16:24 a
drwxrwxr-x 2 jg jg 4096 juin 26 16:24 b
...
$ tscmd -m indexer .
Error listing meta directory ./a/.ts
Error listing meta directory ./b/.ts
Error walking directory TypeError: (intermediate value)(intermediate value)(intermediate value).replaceAll is not a function
Directory index created . containing 0
Saving file: ./.ts/tsi.json
Index persisted for: . to ./.ts/tsi.json
Index generated in folder: .
$ cat .ts/tsi.json
[]$
$ npm list -global @tagspaces/shell
/usr/lib
└── @tagspaces/shell@3.0.2
$ npm --version
6.14.18
Am I doing something wrong?
I appreciate the work you do on TagSpaces, cheers.
Hi. I hope this is the right place.
I just installed
tscmdwith npm. When I try to build an index file for a location from the CLI and I get this error:Am I doing something wrong?
I appreciate the work you do on TagSpaces, cheers.