未找到 Grunt 服务 "configureProxies:server" 和 "connect_proxy.js" 错误

Grunt serve "configureProxies:server" not found and "connect_proxy.js" error

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

Loading "connect_proxy.js" tasks...ERROR
>> TypeError: Cannot read property 'prototype' of undefined

Running "serve" task
Warning: Task "configureProxies:server" not found. Use --force to continue.

我的 nodejs、节点包管理器和 ruby 安装的版本如下:

npm -v
1.3.10

nodejs -v
v0.10.25

ruby -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]

如何获取缺失的依赖项?我在 Windows 8 和全新安装的 elementaryOS Freya 上都试过了。两者都出现完全相同的问题。有什么想法吗?

问题已通过进入 package.json 并将 "grunt-connect-proxy" 更新为 ^0.2 以获取缺少的依赖项来解决。