Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

npm install is not working | npm ERR! path | npm ERR! code | npm ERR! errno | npm ERR! syscall | npm ERR! enoent

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

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.

like image 527
Daniel Sarmiento Avatar asked Nov 08 '22 16:11

Daniel Sarmiento


1 Answers

I've seen some other people having this issue, I believe there is a problem with the most recent js-beautify

Check this out -> https://github.com/beautify-web/js-beautify/issues/1247

like image 128
Jared Jones Avatar answered Dec 03 '22 18:12

Jared Jones