我正在尝试使用 grunt 运行 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、node 包管理器和 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 上都试过了。两者都出现完全相同的问题。有任何想法吗?