fex-team / fis

Front-end Integrated Solution - 前端集成解决方案, 最新版请进入 FIS3 https://github.com/fex-team/fis3
http://fis.baidu.com
MIT License
2.96k stars 654 forks source link

fis install 报错 #228

Open xyxu opened 10 years ago

xyxu commented 10 years ago

#fis install

/usr/lib/node_modules/fis/node_modules/fis-command-install/install.js:34 names.split(/,/).forEach(function(name){ ^ TypeError: Cannot call method 'split' of undefined at Command. (/usr/lib/node_modules/fis/node_modules/fis-command-install/install.js:34:19) at Command. (/usr/lib/node_modules/fis/node_modules/commander/index.js:256:8) at Command.emit (events.js:98:17) at Command.parseArgs (/usr/lib/node_modules/fis/node_modules/commander/index.js:479:12) at Command.parse (/usr/lib/node_modules/fis/node_modules/commander/index.js:377:21) at Object.fis.cli.run (/usr/lib/node_modules/fis/fis.js:128:19) at Object. (/usr/lib/node_modules/fis/bin/fis:3:26) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32)

#node -v v0.10.32

CentOS release 6.6 (Final) x86_64

oxUnd commented 10 years ago

嗯,本来就是这样的,需要制定下载的包;

fis install firstblood-demo

来下载firstblood-demo这个demo。

现在就放了一些demo,没有其他组件。