|
abinfo "Installing NPM package ..." |
|
npm install --production -g --user root \ |
|
--prefix "$PKGDIR"/usr "$PKGNAME-$PKGVER.tgz" \ |
|
|| abdie "Could not install from NPM archives: $?." |
It seems that this template does not respect the lock file type (npm/yarn/pnpm/bun) and always using npm to install deps.
Due to unfamiliar to autobuild api I cannot try to fix this.