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
+2
View File
@@ -15,6 +15,8 @@ BuildRequires: nodejs
%else
BuildRequires: git
# 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
%endif