vuepress-reco / vuepress-theme-reco

🎨 This is the repo for vuepress-theme-reco 2.
https://vuepress-theme-reco.recoluan.com
MIT License
575 stars 183 forks source link

pnpm build error #150

Closed zhaopan-pan closed 1 year ago

zhaopan-pan commented 1 year ago

I clone this project. First, I used pnpm install to install dependencies。When I ran the pnpm build, I found this error: error After troubleshooting, it is found that @ vuepress reco/vuepress plugin page depends on @ vuepress reco/shared, image I temporarily solved this problem with a hack method. I executed the @ vuepress reco/shared build command ahead of time. Now I can successfully run the pnpm build. But I don't think this is the best solution.

recoluan commented 1 year ago

Please take a look at the commit 8383f94. There is a dependency error that causes this bug.