You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 😞
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://[email protected]: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!
The text was updated successfully, but these errors were encountered: