How to get polymer version 1 starter-kit with polymer cli?

392 Views Asked by At

If I run polymer init it's only possible to select templates of polymer 2.0.

Is it possible to select templates of polymer 1.0 too? If it's possible, how can I do this?

1

There are 1 best solutions below

0
On BEST ANSWER

Your polymer-cli is too new. First downgrade it to the last version that supports Polymer 1.0 templates, which is 1.1.0.

npm install -g [email protected]

Then try running the CLI again and you should see polymer 1.0 templates.

polymer init