Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install through npm or git+ssh protocol #69

Open
oyanezm opened this issue Apr 5, 2017 · 2 comments
Open

cannot install through npm or git+ssh protocol #69

oyanezm opened this issue Apr 5, 2017 · 2 comments

Comments

@oyanezm
Copy link

oyanezm commented Apr 5, 2017

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 tryrequire("tbk-oneclick\src\oneclick") then it get's all messed up about dependencies :(.

Regards!

@lgaticaq
Copy link
Member

lgaticaq commented Apr 5, 2017

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. 😞

@oyanezm
Copy link
Author

oyanezm commented Apr 5, 2017

not prob, currently working on a PR to FIX this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants