Drivetech / tbk-oneclick

Node Implementation of Transbank Oneclick API SOAP
MIT License
6 stars 4 forks source link

cannot install through npm or git+ssh protocol #69

Open oyanezm opened 7 years ago

oyanezm commented 7 years ago

When doing npm i -S tbk-oneclick throws:

'tbk-oneclick' is not in the npm registry

as an alternative i tried:

npm i git+ssh://git@github.com:lgaticaq/tbk-oneclick.git

but when i require("tbk-oneclick") throws:

Cannot find module 'tbk-oneclick'

i guess is not recognizing that the source file is at the src folder, even though you specified on the package file.

finally if i tryrequire("tbk-oneclick\src\oneclick") then it get's all messed up about dependencies :(.

Regards!

lgaticaq commented 7 years ago

Sorry I've slowed the development of the library because at work I'm seeing other things now. It was a mistake to add the command to install without having published it and not to indicate that the repo is incomplete and under development. :disappointed:

oyanezm commented 7 years ago

not prob, currently working on a PR to FIX this