On 09/06/14 17:19, Troy Dawson wrote:
After the nodejs macro updates where we can now have multiple instances of nodejs-nan installed, the packages I have that depend on nan do not recompile. It isn't a version thing, it is a Error: Cannot find module 'nan' problem.[1][2] Is there something that I need to do in my spec files to utilize (or not utilize) nan.
You should be using "%nodejs_symlink_deps --build" to setup the environment before the build, not setting NODE_PATH to the global library directory.
Tom -- Tom Hughes ([email protected]) http://compton.nu/ _______________________________________________ nodejs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/nodejs
