Replies: 3 comments
-
Ok so the files are defined under files: in the template.yml file. I checked and the files do not exist in the path it is looking them for in, but they exist just one folder below, inside I tried using the -d flag but there is no additional info for this error, the rest appears to work fine. |
Beta Was this translation helpful? Give feedback.
-
Also i tried with other templates such as frontiers, and although the files are different, the same error happens. So it seems for some reason myst fails to access the files, but i can't see why. |
Beta Was this translation helpful? Give feedback.
-
I just retried to run mystmd v1.2.3 under the latest update of Termux and nodejs and other packages, and after doing just a
So the same problem continues to happee unfortunately. Has anyone any idea to go further? |
Beta Was this translation helpful? Give feedback.
-
It is possible to install both nodejs and texlive on Android via Termux, so I figured why not try to run mystmd this way ;-)
To install nodejs, I had to do the following:
termux-setup-storage
Now the environment should be fully functional to run mystmd in theory, but in practice I run into an issue!
If i do a
myst init;myst start --headless
call, here is what I get:Note that my
03-test.md
file's content is totally empty for the purpose of this test! I also tried to input things including an exports format frontmatter, it does not help. There is no log file.I also tried to do the tutorial on the mystmd website, and i run into a similar error when i try to
myst build 01-idontrememberthename.md --pdf
(i here renamed it but it's the md file from the tutorial github repo):I am a bit stumped at this point because I don't know what these files refer to.
Note that i can successfully manually launch the nodejs server by cding into _build/template/ etc etc and run
npm install --no-bin-links;npm start run
Can someone help me about what these files are supposed to be and how i can maybe debug this further? It's frustrating because it seems I'm so close :-)
Beta Was this translation helpful? Give feedback.
All reactions