$ npm install -g polymer-cli /home/kishore/.npm-global/bin/polymer -> /home/kishore/.npm-global/lib/node_modules/polymer-cli/bin/polymer.js npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/polymer-cli/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + [email protected] updated 1 package in 8.834s
$ polymer --version polymer: command not found
node_modules/.bin
parth of the path? – k0pernikusecho $PATH
and see what it's there. And also compare those folders againstwhich node
andwhich npm
. – k0pernikus