Dialogflow-cli depends on grpc 1.7.3 indirectly. This version is not compatible with NodeJS 10 (https://github.com/grpc/grpc-node/issues/400#issuecomment-397857095) Upgrading the dialogflow package will probable resolve the issue. ``` └─┬ dialogflow-cli@1.0.4 └─┬ dialogflow@0.1.0 └─┬ google-gax@0.14.5 └── grpc@1.7.3 ```
Dialogflow-cli depends on grpc 1.7.3 indirectly. This version is not compatible with NodeJS 10 (grpc/grpc-node#400 (comment))
Upgrading the dialogflow package will probable resolve the issue.