sh 安装Yeoman

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装Yeoman相关的知识,希望对你有一定的参考价值。

# the following directories must exist with the right permission

  mkdir /root/.config
	chmod -R 0777 /root/.config
	chmod -R 0777 /root/.composer/cache
	chmod -R 0777 /root/.npm
	
# install yeoman

  npm install -g yo
  
# install a generator

  npm install -g generator-[generator]

# run a generator

  yo [generator]

以上是关于sh 安装Yeoman的主要内容,如果未能解决你的问题,请参考以下文章

为什么选择 Yeoman 及 Yeoman 的安装

使用Yeoman搭建React项目

Yeoman - 无法安装生成器

Yeoman 官网教学案例:使用 Yeoman 构建 WebApp

安装 Yeoman 后如何修复“yo: command not found”

使用最新的 nodejs 1.10.15 安装 yeoman