• I find that when I write a JavaScript which includes a "built in" module ... I get an IDE popup warning saying that the module was not found. For example:

    var http = require("http");
    

    Could this be because the IDE is looking to find the module from an external repository but the module is actually not going to be found since it is built in?

    Neil

About

Avatar for Kolban @Kolban started