elasticio / elasticio-buildpack-nodejs

The official elastic.io buildpack for Node.js connectors.
MIT License
0 stars 0 forks source link

Getting "UNMET DEPENDENCY" when trying to install module from github #10

Open fredddy123 opened 6 years ago

fredddy123 commented 6 years ago

STR:

  1. Create new elasticio repo
  2. Add dependency with github source (example: git://github.com/fredddy123/nodejs-test-lib.git#master or zubairov/zendesk-node-api)
  3. Push to elasticio

ER:

All dependencies successfully installed

AR:

Dependencies from github are not installed and failed with "UNMET DEPENDENCY"

zuker commented 6 years ago

Have you tried a tarball i.e. https://github.com/fredddy123/nodejs-test-lib/archive/master.tar.gz ?

fredddy123 commented 6 years ago

in some cases tarball helping, but not in all cases