Avoid "Unresolved node modules" error

master
willemw12 2021-12-14 09:02:14 +01:00
parent a781c78eb8
commit 39f55fe1ac
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = cpod-git pkgbase = cpod-git
pkgdesc = A simple, beautiful podcast app pkgdesc = A simple, beautiful podcast app
pkgver = 1.27.1.r72.g5600080 pkgver = 1.28.0.r5.g295b5d1
pkgrel = 1 pkgrel = 1
url = https://github.com/z-------------/CPod url = https://github.com/z-------------/CPod
arch = x86_64 arch = x86_64

View File

@ -1,7 +1,7 @@
# Maintainer: willemw <willemw12@gmail.com> # Maintainer: willemw <willemw12@gmail.com>
pkgname=cpod-git pkgname=cpod-git
pkgver=1.27.1.r72.g5600080 pkgver=1.28.0.r5.g295b5d1
pkgrel=1 pkgrel=1
pkgdesc="A simple, beautiful podcast app" pkgdesc="A simple, beautiful podcast app"
arch=('x86_64') arch=('x86_64')
@ -35,6 +35,9 @@ build() {
nvm install $_nodejsver nvm install $_nodejsver
nvm use $_nodejsver nvm use $_nodejsver
# Avoid "Unresolved node modules" error
export ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true
yarn yarn
gulp gulp
} }