npm ERR! EPROTO: protocol error, symlink '../@babel/parser/bin/babel-parser.js' -> '/home/vagrant/code/proadco.test/node_modules/.bin/parser'

后端 未结 3 1674
再見小時候
再見小時候 2020-12-31 22:42

I\'m attempting to execute npm install in Git Bash client on Windows 8.1 but receiving the following error:

npm WARN optional SKIPPING OPTIONAL          


        
3条回答
  •  时光说笑
    2020-12-31 23:06

    What worked for me was this. In the Homestead environment I used:

    sudo su
    

    then run again

    npm install
    

提交回复
热议问题