-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
When I try to start etherpad with node version 6.0.0 I get the following exception:
/home/gared/dev/etherpad-lite/node_modules/ep_etherpad-lite/node_modules/npm/lib/npm.js:31
throw new Error('npm.load() required')
^
Error: npm.load() required
at Object.npm.config.get (/home/gared/dev/etherpad-lite/node_modules/ep_etherpad-lite/node_modules/npm/lib/npm.js:31:11)
at EventEmitter.Object.defineProperty.get [as dir] (/home/gared/dev/etherpad-lite/node_modules/ep_etherpad-lite/node_modules/npm/lib/npm.js:410:22)
at Object.exports.getPackages (/home/gared/dev/etherpad-lite/node_modules/ep_etherpad-lite/static/js/pluginfw/plugins.js:106:29)
at Object.exports.update (/home/gared/dev/etherpad-lite/node_modules/ep_etherpad-lite/static/js/pluginfw/plugins.js:83:11)
at /home/gared/dev/etherpad-lite/src/node/server.js:66:13
at fn (/home/gared/dev/etherpad-lite/src/node_modules/async/lib/async.js:641:34)
at Immediate._onImmediate (/home/gared/dev/etherpad-lite/src/node_modules/async/lib/async.js:557:34)
at tryOnImmediate (timers.js:543:15)
at processImmediate [as _immediateCallback] (timers.js:523:5)