问题标签 [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.
node.js - 'npm install -g yo' 失败?
我正在尝试安装 yeoman。但是我遇到了以下错误。
然后我尝试“npm install -g yeoman-doctor”绕过这个错误。安装 yeoman-doctor 后,可以像下面这样找到 yodoctor。
但不幸的是,当我重新尝试“npm install -g yo”时,问题仍然存在。
你能告诉我解决方法吗?谢谢 。
node.js - 运行 Yeoman 生成器时出错
我正在关注http://meanjs.org/generator.htmlmean.js
的教程,在运行命令时 出现以下错误:yo meanjs
错误:错误:命令失败:C:\Windows\system32\cmd.exe /s /c "git --version" 'git' n?o ? 不被识别为内部或外部命令、可运行程序或批处理文件。
有人可以解释一下我为什么会得到这个吗?
节点 --version
v4.3.1
哟 --version
1.7.0
npm --version
3.7.5
javascript - npm 错误!enoent 并且与 npm 无法找到文件有关
我怎样才能解决这个问题?我也尝试了主版本并得到了类似的错误。我正在使用 OSX Yosemite:
angularjs - Yeoman angular generator and npm install
I have created a VM for a mean stack. The install of which went with no issues. node.js and others have been installed.
I am using angular-fullstack to generate a boiler plate. I am baffled by what happens when npm install is run. I see that the system downloading all the dependencies but it's not stored in node_modules folder. I believe it's being stored in the global folder. When I try to run the stack from the local folder it says missing dependencies of almost everything.
I tried sudo, fixing permissions of global folder adding global folder to NODE_PATH but to no avail. I m still trying to figure why npm install is not installing in the local folder.
Thanks
===============
This is the error i am getting when i run npm isntall
ERR! Error: EPERM: operation not permitted, rename '/vagrant/meandev/nal_angular_dashboard/node_modules/babel-plugin-transform-es2015-typeof-symbol' -> '/vagrant/meandev/nal_angular_dashboard/node_modules/.babel-plugin-transform-es2015-typeof-symbol.DELETE'
node.js - Meanjs:generator 错误:[$injector:unpr] 未知提供者:MenusProvider <- Menus
我使用以下命令创建了新模块
但是在它创建模块之后,我遇到了错误并且我的meanjs应用程序没有运行,除了显示带有控制台错误的白页
我正在使用以下版本的生成器
谁能告诉我会是什么错误。
我的模块名称是客户
git - 安装错误 bower yo gulp
当我尝试安装软件包时,我遇到了一大堆错误(需要帮助,如果您给出命令,请解释这些实际含义以及它们会做什么?)提前致谢
npm install -g yo gulp bower
凉亭安装
steroids - 不能通过错过哟安装类固醇
我正在使用 Mac OS El Capitan。安装成功后哟
然后我安装类固醇:
我收到错误:
当我检查你的版本时:
和哟路径:
我该如何解决?
asp.net - 命令 dnx web 在 mac 上不起作用
我正在尝试在 mac 上运行 asp.net。我正确安装了所有东西,但是当我运行命令“ dnx web
”时它崩溃了。
这是我的 project.json 文件:
} 那是日志:
System.TypeLoadException:无法从程序集“Microsoft.Extensions.PlatformAbstractions,版本=1.0.0.0,Culture=neutral,加载类型“Microsoft.Extensions.PlatformAbstractions.IAssemblyLoadContextAccessor”,
node.js - Grunt serve 警告:找不到任务“服务”。使用 --force 继续。(重新访问)
我一直在尝试在我的 Win 10 64 位开发机器上测试 Web App 生成器,所以我打开一个 PS Shell 命令窗口并按照以下步骤操作
哦,太好了!
现在我遇到了这个错误(我知道未定义服务任务)
grunt serve 警告:找不到任务“服务”。使用 --force 继续。
在这一点上,我想我现在确实需要询问社区 ;-)。也许我需要验证安装的 Bower 等版本
丹尼尔