Closed jehna closed 5 years ago
In README.md installing the package is referenced as:
"dependencies": { "adyen-cse-web": "git+https://github.com/Adyen/adyen-cse-web.git#v0.1.XX" }
This does not do anything (on latest version) after running npm install, because the name of the Adyen package is different (adyen-cse-js).
npm install
name
adyen-cse-js
Matching the name fixes the issue.
Closing old PR because of long inactivity and this repo seems to be deprecated
In README.md installing the package is referenced as:
This does not do anything (on latest version) after running
npm install
, because thename
of the Adyen package is different (adyen-cse-js
).Matching the name fixes the issue.