PolymerElements / app-layout

App layout elements
https://webcomponents.org/element/PolymerElements/app-layout
597 stars 311 forks source link

Download links of webcomponents.org should show npm package #580

Open wenzel-k opened 5 years ago

wenzel-k commented 5 years ago

Description

All the npm install links on webcomponents.org for the polymer elements, including app-layout, showing a wrong download link. (Github instead of npm repository.)

Expected outcome

npm install --save @polymer/app-layout

Actual outcome

npm install --save PolymerElements/app-layout

Live Demo

https://www.webcomponents.org/element/@polymer/app-layout image

Just as a side note

When i try to load the package via the provided github the download & processing will fail (even when increasing the momory 'export NODE_OPTIONS=--max-old-space-size=11111') after a couple of minutes.