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

npm repo missing #3

Open
Ondros22 opened this issue Mar 23, 2020 · 3 comments
Open

npm repo missing #3

Ondros22 opened this issue Mar 23, 2020 · 3 comments

Comments

@Ondros22
Copy link

Ondros22 commented Mar 23, 2020

Hi, I have an issue while installing.
I could not install package via npm i @scalio/nest-couchdb it ended up with error 404
Not Found - GET https://registry.npmjs.org/@scalio%2fnest-couchdb - Not found '@scalio/nest-couchdb@latest' is not in the npm registry.

Alternatively tried download it from git via npm -> this worked partially packege was installed but when I try import { Entity, CouchDbEntity } from "@scalio/nest-couchdb"; it ended with error: Cannot find module '@scalio/nest-couchdb'

@felipeleivav
Copy link

@Ondros22 did you find a way to import?

@earlyster
Copy link

It looks like github has a npm registry you have to login to and then install

npm login --registry=https://npm.pkg.github.com --scope=@scalio

I found it under
https://github.com/scalio/nest-couchdb/packages/16493

then click on the learn more link .. which talks about how to login to the github npm registry.

@felipeleivav
Copy link

felipeleivav commented Sep 2, 2020 via email

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

3 participants