How to fix this error. When i use command “yo meanjs”, but not show as in video. It’s: undefined You’re using the official MEAN.JS generator. What mean,js version would you like to generate? i choose 0.4.0 In which filder would you like the project to be generated? mean Cloning the MEAN repo… Then it appear error: Command failed: C:\Windows\system32\cmd.exe /s /c “rm ./mean/package.json” ‘rm’ is not recognized as an internal and external command, operable program or batch file.
相关问题
- Angular ng-change not calling code. Am I using wro
- Failed at the v8-debug@0.4.6 install script 'n
- where should I add module dependencies in mean.js
- TypeError: The “digest” argument is required and m
- Angularjs - how to add angularjs-file-upload to me
相关文章
- where should I add module dependencies in mean.js
- TypeError: The “digest” argument is required and m
- Angularjs - how to add angularjs-file-upload to me
- Gulp Error: spawn EACCES
- 在角$更新PUT方法?($update PUT method in Angular?)
- 添加第三方供应商的依赖,以mean.js(Adding third party vendor dep
- Unable to print the data fetched by the controller
- $update PUT method in Angular?
you should install git on windown 7 and select folder you want . click -> right mouse -> Git Bash After type command : "yo meanjs" and everything will good
The tpt2213's answer works, but it can't select menu items of "yo meanjs" with arrow keys.
You need to have cmd.exe with PATH setting, which includes the git command and Unix commands like the rm.
If you install git on window 7 in the folder, "C:\Program Files\Git", set PATH before you run "yo meanjs".