Bug 2127079

Summary: Dependency error to try install on RHEL 8.5
Product: [Fedora] Fedora EPEL Reporter: extern.fabian.rolle
Component: nodejs-lessAssignee: Stephen Gallagher <sgallagh>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: epel8CC: mrunge, sgallagh, tchollingsworth
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description extern.fabian.rolle 2022-09-15 09:58:00 UTC
Description of problem:
Try to install nodejs-less-4.1.2-1.el8.noarch and bekomme Dependancy error 
Error:
 Problem: conflicting requests
  - nothing provides (npm(copy-anything) >= 2.0.1 with npm(copy-anything) < 3) needed by nodejs-less-4.1.2-1.el8.noarch
  - nothing provides (npm(parse-node-version) >= 1.0.1 with npm(parse-node-version) < 2) needed by nodejs-less-4.1.2-1.el8.noarch
  - nothing provides (npm(tslib) >= 2.3.0 with npm(tslib) < 3) needed by nodejs-less-4.1.2-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages)


Version-Release number of selected component (if applicable):
nodejs-less-4.1.2-1.el8.noarch

How reproducible:
enable Epel Module Stream Repo 
enable Module Nodejs 16 From EPEL Module stream repo
install Packacke - dnf install nodejs-less

it fails with this error

Steps to Reproduce:
1. vi /etc/yum.repo.d/epel-modular.repo (change enabled form 0 to 1 if needet)
2. dnf module enable nodejs:16-epel
3. dnf install nodejs-less

Actual results:
Error:
 Problem: conflicting requests
  - nothing provides (npm(copy-anything) >= 2.0.1 with npm(copy-anything) < 3) needed by nodejs-less-4.1.2-1.el8.noarch
  - nothing provides (npm(parse-node-version) >= 1.0.1 with npm(parse-node-version) < 2) needed by nodejs-less-4.1.2-1.el8.noarch
  - nothing provides (npm(tslib) >= 2.3.0 with npm(tslib) < 3) needed by nodejs-less-4.1.2-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


Expected results:
Packge will be installed and dependencys wir resolve correct

Additional info:
Sam if all module Streams are disabled. if ther in nodejs version that will work for install this package in EL8. i can not use npm to install modules.

Comment 1 extern.fabian.rolle 2022-11-15 09:37:06 UTC
Is there any sugest here ?? 

regards 

Fabian