Block-scoped declarations not yet supported outside strict mode

后端 未结 7 1630
小蘑菇
小蘑菇 2020-12-04 19:26

I\'m running Laravel 5.4 on my Homestead vagrant box. I\'ve installed all the npm dependencies with npm install command. That didn\'t produce a

7条回答
  •  暖寄归人
    2020-12-04 20:12

    I had the same problem coused by the old version of nodejs package on Ubuntu. I've just updated to 7.5 and it's working.

    curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
    sudo apt-get install -y nodejs
    

提交回复
热议问题