mattange / loopback-connector-couch

Provides Loopback.io connector for CouchDB document databases.
20 stars 11 forks source link

Loopback doesn't detect that the couchdb connector is installed #1

Closed mhamann closed 9 years ago

mhamann commented 9 years ago

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

I'm using loopback 2.12.1.

mhamann commented 9 years ago

This issue is caused by the debug library not being included in the package.json dependencies hash. My pull request fixes this issue and then the library seems to work as expected after that change.