-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
autobuild4/templates/25-npm.sh
Lines 37 to 40 in 81b9028
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.
Metadata
Metadata
Assignees
Labels
No labels