vuejs-templates / webpack-simple

A simple Webpack + vue-loader setup for quick prototyping.
2.27k stars 894 forks source link

npm ERR! 404 Not Found: create-webpack-simple@latest #186

Open ggwc82 opened 6 years ago

ggwc82 commented 6 years ago

On step 2 of the instructions, I get the following error:-

npm ERR! code E404
npm ERR! 404 Not Found: create-webpack-simple@latest

I'd prefer using this than the full webpack boilerplate, but as it's not working I guess I have no alternatives.

cwaidelich commented 4 years ago

the comand is not npm init ... but vue init ... npm has nothing to do with webpack-simple, therefor it does not find it and throws an 404 error.

I hope my last 10 min of ??? will help somebody in the future...