0👍
✅
Be sure that you have the latest version of vue-cli
and node.js
Update vue-cli:
npm update vue-cli --save -g
Update npm version:
npm install npm@latest -g
After that try again write down this line:
vue init webpack-simple my-project
If it won’t help try remove all your global node_modules
folder and install again.
👤test
Source:stackexchange.com