https://bugzilla.redhat.com/show_bug.cgi?id=1297177 Bug ID: 1297177 Summary: nodejs-mysql should depend on nodejs-readable-stream Product: Fedora Version: 23 Component: Package Review Severity: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: robin@xxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Description of problem: The nodejs-mysql package should depend on nodejs-readable-stream. Without this certain nodejs-mysql code cannot function and cause run-time errors. Version-Release number of selected component (if applicable): nodejs-mysql.noarch 2.6.2-2.fc23 How reproducible: 100% Steps to Reproduce: 1. dnf install nodejs-mysql 2. Execute some node MySQL code. Eg. something like the first example here: http://www.codediesel.com/nodejs/querying-mysql-with-node-js/ Actual results: This error occurs: Error: Cannot find module 'readable-stream' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/usr/lib/node_modules/mysql/lib/protocol/sequences/Query.js:7:20) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) Expected results: Query should work. Additional info: This can be solved by: dnf install nodejs-readable-stream This package just needs to be made a dependency. -- 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