1

我正在尝试使用 grunt 运行 http 服务器。但是,当我在适当的目录中键入 grunt serve 时,会出现以下错误:

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
4

1 回答 1

2

看起来像一些依赖问题,看看这个,如果你更新你的“grunt-connect-proxy”显然它已经解决了

"devDependencies": {
"grunt-connect-proxy": "^0.2.0"
}

https://github.com/drewzboto/grunt-connect-proxy/issues/97

于 2015-08-24T17:24:21.247 回答