2

I was installing dependencies for polymer app in stackblitz. It said 3 packages could not be found, but ther were present in npm website. I tried cdn also. Even that did not work.

Screenshots:

error in stackblitz package already present in npm

I have also installed CDN from this website in external sources of stackblitz.

Please help where am i going wrong. Thanks in advance.

Raj
  • 1,100
  • 3
  • 20
  • 33
  • 1
    i was trying to install as `@polymer/iron-ajax`. it could not install. Adding version after the package works. – Raj Sep 06 '18 at 05:17

1 Answers1

1

This stackoverflow answer helped me. Installing like: @polymer/iron-ajax@3.0.0-pre.21 worked for me.

Raj
  • 1,100
  • 3
  • 20
  • 33