简体   繁体   English

节点检查器不适用于Node 6.0.0

[英]Node inspector doesn't work with Node 6.0.0

I've updated my project to Node 6.0.0 from 4.2.2. 我已将我的项目从4.2.2更新到Node 6.0.0。

I figured out node-inspector won't work and causes "Internal error: illegal access" in console log after some time (it differs for every new debug session). 我发现node-inspector不会工作并在一段时间后导致控制台日志中出现“内部错误:非法访问”(每个新的调试会话都不同)。

在此输入图像描述

When I switched back to 4.2.2 everything works properly. 当我切换回4.2.2时,一切正常。

How to configure node-inspector to make it work with Node 6.0.0? 如何配置node-inspector使其与Node 6.0.0一起使用?

"Node 6.2.1 has been released and is supposed to fix this issue." “节点6.2.1已经发布,应该可以解决这个问题。”

Upgrade to node 6.2.1 and that should resolve the issue for you. 升级到节点6.2.1,这应该为您解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM