You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node.js:242
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function. (module.js:381:11)
at Object. (/usr/local/lib/node_modules/http-console/bin/http-console:6:8)
at Module._compile (module.js:444:26)
at Object..js (module.js:462:10)
at Module.load (module.js:351:32)
at Function._load (module.js:309:12)
at Array.0 (module.js:482:10)
at EventEmitter._tickCallback (node.js:233:41)
jackie@jackie-Latitude-E6410:/usr/local/lib/node_modules/http-console/bin$ echo $NODE_PATH
/usr/local/lib/node
The text was updated successfully, but these errors were encountered:
I am trying to use your product but here is the output...
jackie@jackie-Latitude-E6410:/usr/local/lib/node_modules/http-console/bin$ node -v
v0.7.7-pre
jackie@jackie-Latitude-E6410:/usr/local/lib/node_modules/http-console/bin$ ./http-console
node.js:242
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function. (module.js:381:11)
at Object. (/usr/local/lib/node_modules/http-console/bin/http-console:6:8)
at Module._compile (module.js:444:26)
at Object..js (module.js:462:10)
at Module.load (module.js:351:32)
at Function._load (module.js:309:12)
at Array.0 (module.js:482:10)
at EventEmitter._tickCallback (node.js:233:41)
jackie@jackie-Latitude-E6410:/usr/local/lib/node_modules/http-console/bin$ echo $NODE_PATH
/usr/local/lib/node
The text was updated successfully, but these errors were encountered: