After upgrading to latest polyserve 0.27.4 released today, we get the errors in tests:
Error: Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this registry
<unknown> at /node_modules/@polymer/polymer/lib/elements/dom-module.js:134
git clone --depth 1 -b p3-preview-bare git://github.com/vaadin/vaadin-themable-mixin.git && cd vaadin-themable-mixin
git clone git://github.com/Polymer/polymer-modulizer.git && cd polymer-modulizer && npm link
npm i -g bower yarn magi-cli polyserve
bower install
magi p3-convert --out . --import-style=name
yarn installl --flat
polyserve --npm --module-resolution=node
Tests are passing, no errors thrown:

The following errors are thrown:

Note also a different number of requests:
If we don't use --import-style=name, we get the 404 instead for two of those (not having components in the URL):

A gentle ping on this to @aomarks.
We're aiming to get versions of the components using bare module specifiers published and tested with the latest CLI, and we are currently stuck to 1.7.0-pre.3 because of this issue.
Acknowledged. Will be fixed this week.
Just released [email protected] which contains this fix (hopefully).
Yay! Tried with some of the components and so far it works like a charm. Thank you for quick fix! 馃