capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

Cannot install via NPM #30

Closed kyleshepherd closed 3 years ago

kyleshepherd commented 3 years ago

Describe the bug I'm not able to install the package via NPM using the command shown in the README.md

To Reproduce Steps to reproduce the behavior:

  1. Run npm i -S @capacitor-community/stripe in Terminal
  2. Receive below output:
    npm ERR! 404 Not Found - GET https://registry.npmjs.org/@capacitor-community%2fstripe - Not found
    npm ERR! 404
    npm ERR! 404  '@capacitor-community/stripe@latest' is not in the npm registry.
    npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
    npm ERR! 404
    npm ERR! 404 Note that you can also install from a
    npm ERR! 404 tarball, folder, http url, or git url.

Expected behavior Should install the package, but instead returns an error

ihadeed commented 3 years ago

capacitor-stripe should work

The updated package @capacitor-community/stripe will be published soon.