You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • For cases like yours I follow Gordon using a variable instead of a string.

    var n = "myModule";
    var x = require(n).....
    

    This way, the Web IDE will not recognize the module and therefore will not miss it.

About

Avatar for JumJum @JumJum started