Yeoman yo webapp因TypeError而失败

时间:2013-03-12 09:16:43

标签: javascript yeoman

升级到nodejs 0.10.0和npm 1.2.14之后,如果我尝试创建一个webapp,则yeoman 1.0 beta会失败:

$ yo webapp

path.js:360
        throw new TypeError('Arguments to path.join must be strings');
              ^
TypeError: Arguments to path.join must be strings
    at path.js:360:15
    at Array.filter (native)
    at Object.exports.join (path.js:358:36)
    at Object.<anonymous> (/opt/nodejs/node-v0.10.0-linux-x64/lib/node_modules/yo/node_modules/yeoman-generator/node_modules/bower/lib/core/config.js:41:22)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)

节点安装在/opt/nodejs/node-v0.10.0-linux-x64中。 NODE_PATH环境变量指向该路径:

$ echo $NODE_PATH 
/opt/nodejs/node-v0.10.0-linux-x64

即使yo init失败并出现同样的错误。

有什么建议在这里出错吗?

2 个答案:

答案 0 :(得分:6)

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

答案 1 :(得分:3)

FWIW,当我用节点0.8.16运行它时,我能够完全消失。使用0.10.0使它变成了bork。