Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Npm package failing to install #66

Open
a5thshinobi opened this issue Aug 29, 2022 · 1 comment
Open

Npm package failing to install #66

a5thshinobi opened this issue Aug 29, 2022 · 1 comment

Comments

@a5thshinobi
Copy link

Hi,
I'm not sure where to find help on Npm packages installation, hopefully it's here.

I'm trying to install the Npm package that I found here
https://www.npmjs.com/package/@globalpayments/js

when I do the command
npm i @globalpayments/js

I get this error

npm ERR! code ETARGET
npm ERR! notarget No matching version found for globalpayments-lib@^1.8.6.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

From what I can see https://www.npmjs.com/package/globalpayments-lib
is only up to 1.8.5 but globalpayments-lib is requesting 1.8.6 somewhere in.

@carmen-budau
Copy link
Contributor

Hi,

This repo is using lerna. Cleaning the yarn cache is recommended by using the command yarn cache clean. After that you should run yarn install and yarn lerna bootstrap. Let me know if it works this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants