Hi all,
I’m having a hard time integrating plug wallet into my app. I followed all the steps provided on this page (Authentication Button - Documentation | Plug) but I’m getting the following error when trying npm install @psychedelic/plug-connect --save
:
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@psychedelic%2fplug-connect - Not found
npm error 404
npm error 404 '@psychedelic/plug-connect@*' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
Can anybody confirm that this tutorial to add a plug login button is still up-to-date ?
If it is, any clue why I’m getting a 404 when trying to install the package ?
Before someone asks, this is what my ~/.npmrc
file looks like:
//registry.npmjs.org/:_authToken=npm_7sW4b8xxxxx......
//npm.pkg.github.com/:_authToken=ghp_NFNxxxxxx....
@Psychedelic:registry=https://npm.pkg.github.com/
I did ask on the Plug Discord several times but never got an answer.
Any help appreciated!