wankdanker / node-discover

Automatic and decentralized discovery and monitoring of nodejs instances with built in support for a variable number of master processes, service advertising and channel messaging.
229 stars 59 forks source link

Invalid 'main' field #45

Open soloroman opened 3 years ago

soloroman commented 3 years ago

I am using Cote and monitor tool logged this to console.

import cote from 'cote';
cote.MonitoringTool(3000);

DeprecationWarning: Invalid 'main' field in '..../node_modules/@dashersw/node-discover/package.json' of 'discover'. Please either fix that or report it to the module author

@wankdanker How could i help to solve this?