laravel宅基地和npm错误

时间:2016-07-18 07:05:24

标签: laravel npm homestead

我正在使用laravel homestead 0.5.0,我有一个全新的安装laravel但是每当我尝试在VM上或在Powershell或CMD上执行npm install - no-bin-links或npm install时,它总是会出错。< / p>

超出了最大调用堆栈大小。我觉得windows最大路径长度?我能做些什么来避免这种情况?继承我的package.json

    {
    "private": true,
    "scripts": {
    "prod": "gulp --production",
    "dev": "gulp watch"
     },
    "devDependencies": {
     "gulp": "^3.9.1",
     "laravel-elixir": "^5.0.0",
     "bootstrap-sass": "^3.3.0"
     }
   }

即时通讯使用Windows 8.1和虚拟框5 节点版本是5.12.0 npm版本是3.10.5

感谢任何帮助

screenshot of the error

0 个答案:

没有答案
相关问题