Open
Description
Describe the bug
When initialising a project with FrontMatterCMS & Astro, alongside a non-standard version manager (in my case, mise
), it throws an error and proceeds to not find content collections.
To Reproduce
Steps to reproduce the behavior:
(requires using a mise
(or nvm
) installed node
or otherwise)
- Go to the side bar and click the FrontMatterCMS button.
- Click on 'Initialize Project'
- Scroll down to 'Create Content Types for your Astro Content Collections'.
- 'No Astro Content Collections found'.
Expected behavior
Astro content collections being detected and the script running successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Device: Fedora Linux 40 x86_64, kernel 6.10.9-200.fc40.x86_64
, fish-shell 3.7.0
- OS: Linux
- Front Matter CMS Version: tested on beta
v10.5.110679225
, stablev10.4.1
- Browser: N/A
Additional context
It's possible that this is caused by FrontMatterCMS not having an option to pass a Node binary for its SSG scripts, and calls node
based on a shell discovered by VSCode.