Ensure that you have Polymer
CLI
installed in your system globally. If not, open your command
line/terminal interface and run this command:
npm install -g polymer-cli
Note: If you're an Ubuntu user, you may have to prefix the above code with sudo keyword.
After Polymer CLI installs, ...