1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Set minimum version of npm

To imply a minimum version of NodeJS which is now 16 and prevent people
from trying to build with a NodeJS/npm that is too old.
This commit is contained in:
Brian J. Murrell 2022-11-01 16:14:06 -04:00 committed by GitHub
parent 00d9c6d71d
commit 5ecc7d08c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Name: jellyfin-web
Version: 10.8.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The Free Software Media System web client
License: GPLv2
URL: https://jellyfin.org
@ -14,7 +14,8 @@ BuildArch: noarch
BuildRequires: nodejs
%else
BuildRequires: git
BuildRequires: npm
# Nodejs 16 is required and npm >= 8 should bring in NodeJS 16
BuildRequires: npm >= 8
%endif
%description