-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
After npm i & grunt i got this output:
Running "less:development" (less) task
>> 22 stylesheets created.
Running "pug:compile" (pug) task
>> 20 files created.
Running "sync:main" (sync) task
Running "clean:0" (clean) task
>> 1 path cleaned.
Running "connect:server" (connect) task
Started connect web server on http://localhost:9000
Running "watch" task
Waiting...
Server is running but I got a error in my browser console (chrome). Site is empty.
Uncaught TypeError: this.querySelector(...).validate is not a function
at HTMLElement.validateInput (crouton-connect-mqtt.html:132)
at HTMLElement._annotatedComputationEffect (polymer.html:1599)
at HTMLElement._effectEffects (polymer.html:1402)
at HTMLElement._propertySetter (polymer.html:1386)
at HTMLElement.__setProperty (polymer.html:1395)
at HTMLElement._applyConfig (polymer.html:1997)
at HTMLElement._afterClientsReady (polymer.html:1991)
at HTMLElement._ready (polymer-mini.html:75)
at HTMLElement._readyClients (polymer-mini.html:83)
at HTMLElement._ready (polymer-mini.html:71)
Tested with nodejs 6.11.1 and 8.2.1.
What did I do wrong?
TheSimpleZ