Node.js,Javascript:node-debug不会检测Google Chrome

$ node-debug -p 8082 try-debug.js 8081 Node Inspector is now available from http://127.0.0.1:8082/?ws=127.0.0.1:8082&port=5858 Debugging `try-debug.js` No browser matching [chrome,chromium,opera] found in the system! 

Google Chrome作为默认浏览器存在。

这可能是相关的,我不知道:

 $ cat /usr/lib/node_modules/bower/node_modules/lodash/collection/detect.js module.exports = require('./find'); $