I've been using the vue-cli for two weeks and everything had been working fine until today. I was setting up this project locally.
https://drive.google.com/open?id=0BwGw1zyyKjW7S3RYWXRaX24tQ3c
When entered npm install the following errors appeared
Errors displayed in terminal

I tried deleting the project and doing npm install again with no luck.
I tried installing beautify-js globally with no luck.
Also if I enter vue init webpack-simple *projectName the same errors will appear.
node v8.5.0
npm 5.4.2
If you might know something that can help me fix this please let me know. I haven't been able to proceed in my VueJs course because of this.
Thanks.