角度2项目中的SVN错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了角度2项目中的SVN错误相关的知识,希望对你有一定的参考价值。
安装Angular时,svn在项目根文件夹中不起作用:
The error occur during commit file using svn is :The specified command svn-commit.tmp is invalid for available option, see 'ng help'
答案
你应该更新@ angular / cli。此命令自1.0.0-beta.32起可用
只需在终端中运行此命令:
sudo npm install -g @angular/cli@latest
以上是关于角度2项目中的SVN错误的主要内容,如果未能解决你的问题,请参考以下文章