npm repo missing
Opened this issue · 3 comments
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'
@Ondros22 did you find a way to import?
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.