Grunt失败构建“path.join的参数必须是字符串”错误

时间:2013-03-13 10:26:52

标签: node.js yeoman gruntjs

更新到节点0.10.0,现在当Grunt服务器仍在工作时,Grunt(构建)和Grunt测试返回“对path.join的参数必须是字符串”错误运行“useminPrepare:html”(useminPrepare)任务,实际上失败了建立。

设置: 节点:0.10.0 Yeoman:1.0.0-beta.3 Grunt:grunt-cli v0.1.6,grunt v0.4.0rc7

我知道已经做了一些修复,但尝试了所有建议的解决方案(npm cache clear,Grunt重新安装等)没有成功。

任何帮助表示感谢。

1 个答案:

答案 0 :(得分:5)

此问题已在此处得到解答:Yeoman yo webapp fails with TypeError

引用自己:

  

这是Bower的一个错误,已经修复了。你可以手动   更新您的凉亭安装或等待更新的发电机。   This is the commit   解决了这个问题。