0

我尝试按照此处的说明从 Angular-cli beta.28 升级:https ://github.com/angular/angular-cli/wiki/stories-rc.0-update到最新的 angular/cli 由于 href 覆盖错误...

现在,当我运行 ng --version (查看我使用的版本)时,我收到以下错误...我该如何解决这个问题?如果这是预期的行为,我现在应该如何确定我的版本?该应用程序似乎运行良好,并且覆盖错误已修复......

npm --version 4.3.0 PS C:\Users\tpfield\git\ode\ode-client> ng --version ng : 术语“ng”未被识别为 cmdlet、函数、脚本文件或可运行的程序。检查名称的拼写,或者如果包含路径,请验证路径是否正确并重试。在 line:1 char:1 + ng --version + ~~ + CategoryInfo : ObjectNotFound: (ng:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

4

2 回答 2

0

npm 开始工作

PS I:\devlab\nipashe-web> ng --version ng:术语“ng”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称。检查名称的拼写,或者如果包含路径,请验证路径是否正确并重试。在 line:1 char:1 + ng --version + ~~ + CategoryInfo : ObjectNotFound: (ng:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

PS I:\devlab\nipashe-web> npm start

nipashe-web@0.0.0 开始 I:\devlab\nipashe-web ng 服务

** NG Live Development Server 在http://localhost:4200上运行。** 哈希:9e9c74625fca651c9d2e 时间:51954ms 块 {0} polyfills.bundle.js,polyfills.bundle.js.map(polyfills)153 kB {5} [初始] [渲染] 块 {1} main.bundle.js,主.bundle.js.map (main) 47 kB {4} [initial] [rendered] chunk {2} styles.bundle.js, styles.bundle.js.map (styles) 770 kB {5} [initial] [rendered ] 块 {3} scripts.bundle.js, scripts.bundle.js.map (scripts) 387 kB {5} [initial] [rendered] chunk {4} vendor.bundle.js, vendor.bundle.js.map ( vendor) 3.48 MB [initial] [rendered] chunk {5} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered] webpack: 编译成功

于 2017-03-01T17:10:50.340 回答
0

我再次执行了这些步骤,这次以管理员身份打开了 cmd,一切正常……不知道问题出在哪里……

也有可能我第一次运行服务器时没有停止服务器

于 2017-03-01T00:05:58.353 回答