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

Add some comments about nodejs module

This commit is contained in:
Brian J. Murrell 2022-11-01 16:24:40 -04:00 committed by GitHub
parent 5ecc7d08c4
commit a6d411aa8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ BuildRequires: nodejs
%else %else
BuildRequires: git BuildRequires: git
# Nodejs 16 is required and npm >= 8 should bring in NodeJS 16 # Nodejs 16 is required and npm >= 8 should bring in NodeJS 16
# This requires the build environment to use the nodejs:16 module stream:
# dnf module {install|switch-to}:web nodejs:16
BuildRequires: npm >= 8 BuildRequires: npm >= 8
%endif %endif