image-collage icon indicating copy to clipboard operation
image-collage copied to clipboard

Can't install

Open mayeaux opened this issue 2 years ago • 4 comments

$ npm install @mtblc/image-collage --registry=https://npm.pkg.github.com/mtblc
npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm="GitHub Package Registry"

mayeaux avatar Apr 12 '22 11:04 mayeaux

Same problem @muZk

Also there is no way to build it npm run build from scratch, I'm fine directly adding a min.js file directly. cc: @mayeaux

vishalyadaviit avatar May 13 '23 14:05 vishalyadaviit

I am getting the same error

KarlyLamm avatar May 26 '23 22:05 KarlyLamm

Hey @mayeaux, @vishalyadaviit, @KarlyLamm

Unfortunately, you have to authenticate to install a package from the GitHub Package Registry, even when they are public 😱

You need an access token to publish, install, and delete private, internal, and public packages - Source

There are the docs about how to do this 😭

Sorry, I didn't know about it…

I'll see if I can publish the package to some other registry, like NPM.

muZk avatar May 31 '23 03:05 muZk

npm i @wylie39/image-collage

CoderViki avatar Mar 31 '24 07:03 CoderViki