angular-cli:带有配置错误的ng serve命令

时间:2017-02-15 13:26:12

标签: angular-cli

Cannot read property 'config' of null
TypeError: Cannot read property 'config' of null
    at Class.run (C:\Users\me\AppData\Roaming\npm\node_module
    at checkExpressPort.then.then (C:\Users\goldneda\AppData\Roamin
    at process._tickCallback (internal/process/next_tick.js:103:7)

有没有人得到同样的错误?我该怎么办?我正在使用angular-cli,但事情因某种原因停止工作。

1 个答案:

答案 0 :(得分:1)

我得到了同样的错误,我是如何通过删除创建的应用程序文件夹解决它并再次按照相同的过程生成应用程序,

  • 删除通过运行ng new folder
  • 创建的
  • npm cache clean
  • ng new
  • cd
  • ng serve