Open happarakka opened 1 year ago
You're right @happarakka, I assumed that the tiddlywiki module is installed in the project root. The solution could be to add a package.json
to this repo specifying the dependency. Then in make deps
, run npm install
.
Thank you for creating this TW migrator. I am very new to coding and node.js so it is quite likely that I ran into the following error because I set things up wrong. This is the error I got when I ran
make
:I solved this by copying the node_modules directory from the user root directory into the root directory of the repo. Both
make
andmake convert
worked after this.Is this a mistake on my part or is it a genuine issue?