PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Dependency not found 404 error (breaks program when using paper-input) #653

Closed colincannon-acp closed 6 years ago

colincannon-acp commented 6 years ago

Description

Importing the paper-input element causes a 404 error and brings the program execution to a halt when using the polymer 3 starter kit.

Expected outcome

I expect to be able to import paper-input with not 404 errors.

Actual outcome

Here is a picture of the error after including the following line ( import '@polymer/paper-input/paper-input.js';):

screen shot 2018-05-22 at 8 54 53 am

It looks like it is looking for iron-validatable-behavior in the wrong spot

Live Demo

Steps to reproduce

  1. Use npm to get paper-input
  2. Import paper-input into your project
  3. The 404 error occurs when paper-input looks for the dependency: iron-validatable-behavior

Browsers Affected

notwaldorf commented 6 years ago

Are you using the correct import? It sounds like you're not, and i can't tell what's going on without a code sample

notwaldorf commented 6 years ago

Closing this since there are no repro steps; please provide a demo somewhere on jsbin, glitch, stackblitz, etc so we can take a look at.