Avoid "Unresolved node modules" error

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