Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
nodejs4.3534
nodejs-libpath64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nodejs-libpath64.patch of Package nodejs4.3534
Index: node-v4.4.5/lib/module.js =================================================================== --- node-v4.4.5.orig/lib/module.js +++ node-v4.4.5/lib/module.js @@ -453,7 +453,7 @@ Module._initPaths = function() { homeDir = process.env.HOME; } - var paths = ['/usr/lib/node_modules', '/usr/lib/node']; + var paths = ['/usr/lib64/node_modules', '/usr/lib/node_modules', '/usr/lib/node']; if (homeDir) { paths.unshift(path.resolve(homeDir, '.node_libraries'));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor