DmitryBaranovskiy / raphael

JavaScript Vector Library
https://dmitrybaranovskiy.github.io/raphael/
MIT License
11.27k stars 1.67k forks source link

Dependency on eve@git://github.com/adobe-webplatform/eve.git#eef80ed #1142

Closed ajmas closed 2 years ago

ajmas commented 2 years ago

Just recently when using raphael2 and doing a new install of my project I am getting a failure around a direct git dependency on "eve@git://github.com/adobe-webplatform/eve.git#eef80ed".

This is impacting the 1.0.0 release and is confirmed when looking at https://registry.npmjs.org/raphael2 (see raphael2.json.txt).

Actually, it looks like the npm package raphael2 amy not be released by DmitryBaranovskiy, given it is labelled as 1.0.0 and the current release of this project is 2.3.0. So which is the right npm project to be using?

ajmas commented 2 years ago

Okay so the right release is https://www.npmjs.com/package/raphael

This is a another case of anyone being able to release duplicate packages which aren't aligned with a source repo. 🤬