How to fix Google-cloud-sdk 156.0.0 “There are too many files in your application for changes in all of them to be monitored.”?

后端 未结 4 2615
野性不改
野性不改 2021-02-19 18:55

I just installed Go 1.6.4 and google-cloud-sdk 1.56.0.0 on osX.

When I attempt to run the local dev_server I get the following warning.

/Users/Bryan/go/src/googl

4条回答
  •  不要未来只要你来
    2021-02-19 19:32

    With my current sdk version (Google Cloud SDK 171.0.0) dev_appserver.py has one option named enable_watching_go_path.

    Setting it to False removed the warning.

    The command I use is: dev_appserver.py --enable_watching_go_path=False server/app.yml

提交回复
热议问题