After creating a CouchDB datasource, attempting to launch the loopback-based app results in the following errors:
Node server exiting due to exception: Error:
WARNING: LoopBack connector "couch" is not installed as any of the following modules:
./connectors/couch
loopback-connector-couch
couch
To fix, run:
npm install couch
This issue is caused by the debug library not being included in the package.jsondependencies hash. My pull request fixes this issue and then the library seems to work as expected after that change.
After creating a CouchDB datasource, attempting to launch the loopback-based app results in the following errors:
I'm using loopback 2.12.1.