0xcaff / dialogflow-cli

A command line tool to import and export a dialogflow agent's state.
MIT License
7 stars 6 forks source link

Does not work with NodeJS 10 #9

Open 0xR opened 5 years ago

0xR commented 5 years ago

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
0xcaff commented 5 years ago

PRs Welcome