Hello Capire Team,
I try to use this repository. I've followed the documentation Working with the npm registry to setup the GitHub NPM Repository. But still the npm install fails:
xtravels git:(main) npm i
npm error code E403
npm error 403 403 Forbidden - GET https://npm.pkg.github.com/@capire%2fs4 - Permission permission_denied: read_package
npm error 403 In most cases, you or one of your dependencies are requesting
npm error 403 a package version that is forbidden by your security policy, or
npm error 403 on a server you do not have access to.
as soon as I remove @capire/s4 from the package.json dependencies section the installation works:
npm i
npm warn deprecated chai-subset@1.6.0: functionality of this lib is built-in to chai now. see more details here: https://github.com/debitoor/chai-subset/pull/85
added 196 packages, and audited 197 packages in 8s
37 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
I think the package @capire/s4 is not yet provided.
Best regards,
Gregor
Hello Capire Team,
I try to use this repository. I've followed the documentation Working with the npm registry to setup the GitHub NPM Repository. But still the npm install fails:
as soon as I remove @capire/s4 from the package.json dependencies section the installation works:
I think the package @capire/s4 is not yet provided.
Best regards,
Gregor