npx should come with npm 5.2+, and you have node 5.6 .. I found that when I install node using nvm for Windows, it doesn't download npx.
so just install npx globally:
npm i -g npx
In Linux or Mac OS, if you found any permission related errors use sudo before it.
sudo npm i -g npx
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…