0

Angular2 CLI项目;使用Linux机器;原子IDE

NG Live Development Server 在http://localhost:4200上运行,

当我在根或应用程序组件中更改并保存某些内容时,服务器会自动检测更改并重新加载页面并显示在根组件中所做更改的效果。

但是,当我在仅位于 app 目录的子目录中的子组件中更改保存某些内容时,angular2 不会检测到更改或 app 不会重新加载。

然后我停止服务器或应用程序运行(使用 ctrl c),然后run ng再次服务以查看更改的效果。所以每次我对子组件进行更改或做某事时,我都会做这个意想不到的工作。

在终端中,它不会抱怨任何错误。

任何人请帮助我,有什么问题。

4

1 回答 1

0

The problem was related to inotify and I followed the instruction in the following links and restarted my computer, it works.

https://github.com/atom/atom/issues/2082

https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md#typeerror-unable-to-watch-path

于 2016-11-17T13:38:50.820 回答