skatejs / web-components

[DEPRECATED] - The frictionless way to use the webcomponents/webcomponentsjs polyfills.
MIT License
17 stars 4 forks source link

jspm install fails #10

Closed vedam closed 7 years ago

vedam commented 8 years ago

tried to install via jspm and got following stdout:

 jspm install npm:skatejs-web-components
     Looking up npm:skatejs-web-components
     Updating registry cache...
     Looking up npm:document-register-element
     Looking up npm:skatejs-named-slots
     Downloading npm:skatejs-named-slots@1.2.1

warn Error on processPackageConfig
     Package.json dependency webcomponents.js set to github:webcomponents/webcomponentsjs#b77ca74, which is not a valid dependency format for npm.
     It's advisable to publish jspm-style packages to GitHub or another registry so conventions are clear.
     To skip npm compatibility install with jspm install npm:skatejs-named-slots@1.2.1-o "{jspmPackage: true}".

warn Error processing package config for npm:skatejs-named-slots.
ok   Installed npm:document-register-element@1.0.9 (1.0.9)

err  Error processing package config for npm:skatejs-named-slots.

warn Installation changes not saved.
treshugart commented 7 years ago

Hey @vedam I don't think this is an issue anymore since we're including document-register-element instead. Can you confirm?

vedam commented 7 years ago

confirmed. thx