Cant install
Opened this issue · 2 comments
AStaroverov commented
npm install: No matching version found for @polymer/neon-animation@^3.0.0-pre.1
chrisekelley commented
Yeah, I hit this issue on one of the package.json dependencies:
"@polymer/neon-animation": "^3.0.0-pre.1",
When you check npm, the following tags are available for @polymer/neon-animation:
npm view @polymer/neon-animation dist-tags
{ latest: '0.0.3', preview: '1.2.4-pre.3' }
Looks like neon-animation is deprecated: https://www.polymer-project.org/blog/2017-07-12-an-update-on-neon-animation
This causes major pains when trying to install using yarn.
AStaroverov commented
Can be painless with yarn resolution.