I just started using vue js and I was following a tutorial. To get started I type in the command line the following:
vue init webpack test-app
I just had the exact same problem! I solved it by updating Node.js to the latest version (7.7.4).