https://bugzilla.redhat.com/show_bug.cgi?id=1191212 --- Comment #4 from Piotr Popieluch <piotr1212@xxxxxxxxx> --- Hi Ralph, npm(expresso) is provided by expresso: $ dnf whatprovides 'npm(expresso)' expresso-0.9.2-6.fc21.noarch The npm download does not contain the tests, to enable the test you could fetch the source from github. (I actually use github as Source0 by default now for node modules as many npm downloads miss license files and tests). Github sources: Source0: https://github.com/Automattic/%{barename}/archive/%{version}/%{barename}-%{version}.tar.gz %setup -q -n %{barename}-%{version} The tests fail: uncaught undefined: Error: Cannot find module 'colors/safe' It seems that colors/save.js appeared in colors 1.0.0 for the first time. This module will not work with nodejs-colors-0.6.2 which is in Fedora. To have this module working in Fedora we would need to upgrade nodejs-colors or multiversion nodejs-colors: https://fedoraproject.org/wiki/Packaging:Node.js?rd=Node.js/Packagers#Handling_Multiple_Version_Scenarios -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review