You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: