vuepress-theme-hope / vuepress-theme-hope

A vuepress theme with tons of features✨
https://theme-hope.vuejs.press
MIT License
2.07k stars 728 forks source link

[Bug] pnpm 默认生成配置无法构建 #3332

Closed lxl66566 closed 1 year ago

lxl66566 commented 1 year ago

Checklist

Package name

vuepress-theme-hope

Which operating system are you using?

Describe the bug

使用 pnpm 指令 pnpm create vuepress-theme-hope my-docs 创建 blog 模版项目后,生成的 deploy-docs.yml 并不能成功构建,报错:

Error: Error: No pnpm version is specified.

需要指定:

- name: 安装 pnpm
  uses: pnpm/action-setup@v2
  with:
    run_install: true
    version: 8 # add

Additional context

pnpm create vuepress-theme-hope my-docs
cd my-docs
git add .
git commit -m 'test'
git push ... main

and you can see it

Mister-Hope commented 1 year ago

https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ca6cd86b62ed7bf3b06fec79a4679dc633862695

lxl66566 commented 1 year ago

ca6cd86

I think it's not that problem.. change the version of vue to ^3.3.4 wouldn't solve it.

Mister-Hope commented 1 year ago

Oh, I got you