Rox-Cat
Rox-Cat
@AssetCEO This is the content of my .md file and nuxt.config.ts: **basic.md:** ````md # Hello Content ```vue const { path } = useRoute() const articles = await queryContent(path).findOne() No content...
@AssetCEO, Thank you for taking the time to help find the cause. When I run `yarn build`, I am prompted during the build process: ```bash WARN [shikiji] transforms option is...
@farnabaz , hello, I just tested the latest version and found that the issue no longer exists in the online playground, but in my local environment, although I updated nuxt...
@AssetCEO Yes, I created a new nuxt project, but the problem remains the same. I have given up.😵
@Beipy Hello, I have encountered the same issue. How did you solve this issue?
@JasonFeng03 Hi, I solved this problem by using `pnpm` to install dependencies. Maybe you can try `pnpm` instead of `yarn` or `npm`.