net-im/armcord: pin pnpm version to 8
This commit is contained in:
parent
0d57bc5a16
commit
f49156839f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ src_compile() {
|
|||
export PATH="${S}/.npm/bin:${PATH}"
|
||||
|
||||
# Install and configure pnpm.
|
||||
npm --prefix "${S}/.npm" install -g pnpm
|
||||
npm --prefix "${S}/.npm" install -g pnpm@8
|
||||
pnpm config set store-dir "${S}/.pnpm_store"
|
||||
pnpm config set cache-dir "${S}/.pnpm_cache"
|
||||
pnpm config set link-workspace-packages true
|
||||
|
|
Loading…
Add table
Reference in a new issue