i install redis.io and connect-redis.
app.js
var redis = require("redis"),
client = redis.createClient();
error cannot fount modual hiredis.
Comments: It reports an exception that is indeed happening, but you can just press F5 to keep running from that point. In the beta, VS will not break on this exception type by default anymore.
app.js
var redis = require("redis"),
client = redis.createClient();
error cannot fount modual hiredis.
Comments: It reports an exception that is indeed happening, but you can just press F5 to keep running from that point. In the beta, VS will not break on this exception type by default anymore.