I try to install goSell lib, but npm i @tap-payments/gosell says:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@tap-payments%2floader - Not found
npm ERR! 404
npm ERR! 404 '@tap-payments/loader@^1.0.14' 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 It was specified as a dependency of '@tap-payments/gosell'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Can you publish @tap-payments/loader to npm too?
There is also reference to npm i @tap-payments/goSell and because npm is case-sensitive it can't find the package. It looks to me like these packages are the same (at least the CDN address is the same). I can make a PR with this tiny fix.
Hello!
I try to install goSell lib, but
npm i @tap-payments/gosell
says:Can you publish
@tap-payments/loader
to npm too?There is also reference to
npm i @tap-payments/goSell
and because npm is case-sensitive it can't find the package. It looks to me like these packages are the same (at least the CDN address is the same). I can make a PR with this tiny fix.