googlecodelabs / feedback

Provide feedback to our codelabs by filing an issue here
18 stars 22 forks source link

Build a progressive web app, with firebase,Polymer and Polymer Components. #233

Open egeertem opened 7 years ago

egeertem commented 7 years ago

There is a line in the index.html file

href="bower_components/platinum-sw/platinum-sw-elements.html"

But there is no bower_components/platinum-sw/... directory loaded as a part of npm bower installation .

It might be because of that or something else I can not go beyond step 17

SamEureka commented 7 years ago

looks like platinum-sw was removed from PolymerLabs/note-app-elements in this commit

I'm going to try grabbing it from a prior release...

davidjamesstone commented 7 years ago

In the public directory I ran:

$ bower install -p platinum-sw

During installation I was prompted to choose a version of webcomponents.js that it couldn't resolve. I chose option 2, the version that is compatible with Polymer v2.

After everything works as expected.

heloWelo commented 7 years ago

Lots of dependencies weren't installed when I tried this... 3 times...

Moonwalker7 commented 7 years ago

I agree with @heloWelo, lot of dependencies are removed.

heloWelo commented 7 years ago

I downloaded the latest node.js which helped but still some issues. Platinum-sw still not included. sw-toolbox.js missing but referenced.

noknuknew commented 7 years ago

⁣Sent from BlueMail ​

On Jul 19, 2017, 05:29, at 05:29, heloWelo notifications@github.com wrote:

I downloaded the latest node which helped but still some issues.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/googlecodelabs/feedback/issues/233#issuecomment-316203701

takykim commented 7 years ago

platinum-sw was deprecated. (The readme was updated on Jul 19, 2017)

https://github.com/PolymerElements/platinum-sw https://www.webcomponents.org/element/PolymerElements/platinum-sw

⚠️ This Element is now deprecated in favor of workbox and sw-toolbox ⚠️

This codelab should be updated.

akilisosa commented 5 years ago

or taken down because i am sure there is a new tutorial on this.