我试图使用grunt运行http服务器。但是,当我在相应的目录中输入grunt服务时,我发现了以下错误:
Loading "connect_proxy.js" tasks...ERROR
>> TypeError: Cannot read property 'prototype' of undefined
Loading "connect_proxy.js" tasks...ERROR
>> TypeError: Cannot read property 'prototype' of undefined
答案 0 :(得分:2)
看起来像某些依赖项问题,看看这个,显然它已经解决了,如果你更新你的" grunt-connect-proxy"
"devDependencies": {
"grunt-connect-proxy": "^0.2.0"
}