How to check if a service is installed? This is problematic for local services; for example a service might not have `node_modules` at all but could have a custom install rule. It would be easy to implement for services installed from git (#3).
How to check if a service is installed?
This is problematic for local services; for example a service might not have
node_modulesat all but could have a custom install rule.It would be easy to implement for services installed from git (#3).