Open
Description
Describe the bug
i'm starting with MyST through this tutorial and i'm having this error :" request to https://api.mystmd.org/templates/site/myst/book-theme failed, reason: getaddrinfo ENOTFOUND api.mystmd.org" right after this command: myst start. Anyone can help with this ?
Reproduce the bug
- mamba install -c conda-forge mystmd
- $ myst -v should be v1.3.4
- git clone https://github.com/jupyter-book/mystmd-quickstart.git
- cd mystmd-quickstart
- $ myst
this message should be displayed :
Welcome to the MyST Markdown CLI!! 🎉 🚀
myst init walks you through creating a myst.yml file.
You can use myst to:
- create interactive websites from markdown and Jupyter Notebooks 📈
- build & export professional PDFs and Word documents 📄
Learn more about this CLI and MyST Markdown at: https://mystmd.org
💾 Writing new project and site config file: myst.yml
- Would you like to run "myst start" now? Yes
- myst start
- 🔍 Querying template metadata from https://api.mystmd.org/templates/site/myst/book-theme
request to https://api.mystmd.org/templates/site/myst/book-theme failed, reason: getaddrinfo ENOTFOUND api.mystmd.org
To list valid templates, try the command "myst templates list"
Myst CLI Versions:
- node 22.13.0 Required: >= 18.0.0
- npm 10.9.2 Required: >=8.6.0
- myst 1.3.23
List your environment
- myst -v : v1.3.23
- node : 22.13.0
- npm : 10.9.2