PhpStorm 8.0.3 Node.js Connect use() undefined function or method Follow
PhpStorm 8.0.3 Node.js Connect use() undefined function or method. It seems to work but I am not getting the all is ok Green Box on the top right.
Please sign in to leave a comment.
problem is caused by the way use(0 is defined in connect module:
Such dynamically added properties can hardly be resolved during static analysis
Great answer. Thanks!