> On Mar 10, 2016, at 4:43 AM, Tom Hughes <[email protected]> wrote: > >> On 08/03/16 21:32, Stephen Gallagher wrote: >> >> I put together a COPR that all of the Node.js SIG member have access to at >> https://copr.fedorainfracloud.org/coprs/g/nodejs-sig/nodejs-latest/ >> >> Right now it has packages that should install on F23, F24 and Rawhide/F25 and >> will replace the npm package. > > So two immediate observations after installing it in an F23 VM: > > - It happily installs without forcing a libuv update and then doesn't > work with missing uv_ symbols, so a better libuv require is needed >
Ok, that was an oversight. > - The npm doesn't work at all because all the bundled modules are in > the node_modules.bundled directory and node_modules is empty - moving > them fixes it Hmm, that's odd; it's supposed to contain symlinks to the bundled libraries. That's because the old NPM package had unbundled lobs symlinked in there and RPM can't replace a symlink with a directory. I'll look into it this morning. > > Tom > > -- > Tom Hughes ([email protected]) > http://compton.nu/ > _______________________________________________ > nodejs mailing list > [email protected] > http://lists.fedoraproject.org/admin/lists/[email protected] _______________________________________________ nodejs mailing list [email protected] http://lists.fedoraproject.org/admin/lists/[email protected]
