Questions tagged «yeoman»

14
如果没有sudo,NPM模块将无法全局安装
我刚刚重新安装了Ubuntu 12.04 LTS,在进行其他操作之前,请执行以下步骤: 使用以下脚本通过程序包管理器安装节点 sudo apt-get update sudo apt-get install python-software-properties python g++ make sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs 尝试在全球安装yeoman,express,n,yeoman的生成器,并且它们均返回相同的错误 npm ERR!错误:EACCES,符号链接“ ../lib/node_modules/n/bin/n” npm ERR!{[错误:EACCES,符号链接'../lib/node_modules/n/bin/n'] errno:3,代码:'EACCES',路径:'../ lib / node_modules / n / bin / n'} npm ERR! npm ERR!请尝试以root / Administrator身份再次运行此命令。 npm ERR!系统Linux 3.8.0-29-通用 npm …

13
如何修复凉亭ECMDERR
我在Windows 7上使用“ yeoman”和“ bower”,但是在创建应用程序时出现以下错误 yo webapp 错误是 bower not-cached git://github.com/jlong/sass-bootstrap.git#~3.0.0 bower resolve git://github.com/jlong/sass-bootstrap.git#~3.0.0 bower not-cached git://github.com/Modernizr/Modernizr.git#~2.6.2 bower resolve git://github.com/Modernizr/Modernizr.git#~2.6.2 bower not-cached git://github.com/jquery/jquery.git#~1.10.2 bower resolve git://github.com/jquery/jquery.git#~1.10.2 bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github .com/jquery/jquery.git", exit code of #128 Additional error details: fatal: unable to connect to github.com: github.com[0: …

28
运行npm时找不到npm-cli.js
通常,我可以使用npm安装库,但是今天在安装yeoman时遇到了此错误。请帮助找出根本原因。 D:\Works\phonegap\ionic\todo>npm install -g yo module.js:340 throw err; ^ Error: Cannot find module 'C:\Program Files\nodejs\node_modules\npm\bin\node_modules\npm\bin\npm-cli.js' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:906:3 我查看了文件夹: C:\ Program Files \ nodejs \ node_modules \ npm \ bin \ 但看不到node_modules文件夹作为错误描述。 我也尝试找到npm-cli.js并查看它实际上在C:\Program Files\nodejs\node_modules\npm\bin\

6
npm / yeoman不使用sudo安装generator-angular
我尝试使用Yo(Yoeman)而不使用sudo安装generator-angularjs : npm install -g generator-angular 我得到: Error: EACCES, mkdir '/usr/lib/node_modules/generator-angular' 当我输入时sudo yo,yo告诉我不应该使用sudo(这是完全可以理解的)。 我有一个~/node_modules目录-为什么不在那里安装其软件包?
73 angularjs  npm  sudo  yeoman 

3
更新Yeoman生成器的首选方法是什么?
我已经创建了一个Yeoman生成器,并希望我的团队使用它。 如果我在Github上更新生成器会发生什么?他们以较旧的版本在本地安装了生成器。他们是否总是必须再次安装才能获得最新版本? 团队成员不知道更新何时发生,我也不希望他们对此太在乎。我只想让他们使用最新版本的生成器。 建议的更新生成器的方式是什么? 谢谢
69 yeoman 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.