Open oyanezm opened 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:
not prob, currently working on a PR to FIX this
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 try
require("tbk-oneclick\src\oneclick")
then it get's all messed up about dependencies :(.Regards!