问题标签 [yo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
npm - yodoctor: command not found when installing yo from terminal
Below is the error I keep getting. It seems to indicate a "post-install" issue with yodoctor. Sadly yodoctor is the advice given by the yeoman team to help with this issue. I have other node_modules installed (bower, grunt, typescript).
ubuntu - 哟meanjs应用模板安装错误
我是 meanjs 应用程序开发的新手,所以我决定遵循http://www.bradoncode.com/tutorials/mean-stack-tutorial-part-1-setup/上的教程
我已经安装了必要的工具来开始使用下面的命令
sudo npm install -g bower
sudo npm install -g grunt-cli
sudo npm install -g yo
sudo npm install -g generator-meanjs
我已经创建了一个项目目录,但是使用yo meanjs和 sudo yo meanjs命令时,meanjs 应用程序安装总是失败并出现以下错误 。我知道这与root权限有关,请帮助我!
yeoman - 如何进行 Yeoman 的全新安装?
我正在尝试对 Yeoman 进行全新安装,但在尝试使用以下命令将其删除后,Yo 命令仍然存在:
然后,当我执行Yo
or时Yo doctor
,约曼说:
Allo Herald! What would you like to do? --> Get me out of here!
我在这里想念什么?
有些生成器已弃用,有些不工作,所以我认为重新安装是为了。
angularjs - 角全栈不会运行
嗨,我在 centos 6 32 位中完全安装了 npm、node 和 angular fullstack,并更新了所有依赖项 ruby 等,
然后安装了角度全栈
是顶级目录中的根用户,即 cd .. 不会带我进入更高的层次结构。然后在项目目录中运行 angular fullstack 时,我得到了这个,
得到这个一致的错误信息,
` 请帮忙!!
好的,所以我是新手,因为同样的问题,我已经把头发扯掉了 48 小时,卸载节点重新安装,尝试了网络上的每一个资源以查找故障,但完全没有任何线索,我的项目应用程序目录在 / usr/angproj 当我运行 # yo angular-fullstack dashbd 它只是崩溃每次都会给出相同的错误,我已经按照软件开发人员对 LETTER 的所有正确说明进行操作,没有希望解决这个问题,运行 Centos 32bit 6 和最新的节点版本 5,并且所有依赖项都正确更新,我将节点创建为 root 用户,并且在项目目录中运行 fullstack 时仍然是 root 用户。
请帮忙!!!对于我正在做的一个项目,我真的需要有角度的全栈,而且我一开始就跌倒了!它看起来像一个很棒的软件...感谢您提供的任何建议或建议。
对于节点安装,请参阅下一个文件
node.js - MEAN Stack yo meanjs returns errors when creating new project
I've been strugging to get this set up all day and keep ending up with the same issue... I wonder if anyone can help and I'm totally stuck. I've installed node.js and NPM using brew on my mac, that all seems to be working well and I got it running without any errors (eventually!)
When I run yo meanjs
this is what happens....
Then I get the following errors (partial error result as its too long for this...450 lines!):
Can anyone point me in the right direction I'm a newby to this and very confused as to why it's not working!!! I've tried removing everything and re-installing but I'm still hitting a brick wall at this point.
generator - 角全栈:端点生成:未知提供者
我使用了 angular-fullstack:route picture 和 angular-fullstack:endpoint bild。
但是在我的路由控制器中,我想像这样使用 Bild Schema:
但我总是得到错误:
如果我将 Bild 替换为初始生成用户类,那么如果我使用我生成的类,它就不会。
有人知道如何解决这个问题吗?
提前致谢
npm - 'npm install' 错误,Openshift
当我尝试在 openshift 中使用 npm 安装Yo时,出现以下错误:如何修复它并在 Openshift 中使用 sudo 来使用 npm:
gruntjs - Yeoman grunt bower 和 yo 是否依赖 Git
是否可以在没有 git 版本控制的情况下使用 yeoman (yo, bower, grunt) 创建 Web 应用程序,或者这是强制性的吗?