Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Polymer-CLI installation not work for dependency error with @types/escodegen@0.0.2 #2579

Open jagcolombat opened 6 years ago

jagcolombat commented 6 years ago

Description

Versions & Environment

Issues related

https://github.com/Polymer/polymer-analyzer/issues/875 https://github.com/Polymer/polymer-starter-kit/issues/1086

tverhoken commented 6 years ago

Hello,

I have the same problem when trying to install polymer-cli :

npm ERR! code E404
npm ERR! 404 Not Found: @types/escodegen@^0.0.2

After some search, it appears that even the last version of polymer-cli have the problem and here is what I found :

@ types/escodegen@^0.0.2 came from polymer-analyzer@2.7.0 that came from polymer-build@2.5.0 that came from polyserve@0.25.2 which is a dependency from polymer-cli.

I saw that in polyserve@0.25.3 they update polymer-build dependency to 3.0.0-pre.2 version so there will be no more problem with escodegen dependencies.

Would it be a quick fix to update the polyserve dependency ? It could be done for the new version in preview and also for the previous version.

frezelth commented 6 years ago

Hi, What is the status of this issue? Same blocking error for me.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.