Node.js v8-profiler模块将不会安装

我试图在Node.js应用程序中debugging内存泄漏,但不能通过npm安装v8-profiler模块:

npm install v8-profiler 

响应(缩写为错误部分) – 你可以在这里看到完整的错误和更多的评论: https : //github.com/dannycoates/v8-profiler/issues/9

 Build failed: -> task failed (err #1): {task: cxx snapshot.cc -> snapshot_1.o} -> task failed (err #1): {task: cxx graph_path.cc -> graph_path_1.o} -> task failed (err #1): {task: cxx graph_node.cc -> graph_node_1.o} npm ERR! error installing v8-profiler@0.0.3 

我在Debian 6.0.3上使用从源代码构build的节点0.6.10。 我没有任何其他NPM模块的问题。

我也尝试在具有相同操作系统的机器上安装模块,但是使用节点0.4.12来解决相同的问题。

任何帮助在这个问题将不胜感激。

v8-profiler不能用最新版本的Node.js进行编译,但现在已经更新,修复了上述问题。 问题解决了。