Open ggwc82 opened 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.
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.
npm init ...
vue init ...
I hope my last 10 min of ??? will help somebody in the future...
On step 2 of the instructions, I get the following error:-
I'd prefer using this than the full webpack boilerplate, but as it's not working I guess I have no alternatives.