Skip to content

cannot install through npm or git+ssh protocol #69

@oyanezm

Description

@oyanezm

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions