OpenFlow: can not run on local because otel is missing.
-
Hi,
I've follow developer setup on the github and encountered below issue when I try to run OpenFlow in the debug mode.OpenFlow/src/amqpwrapper.ts:9:22 - error TS2307: Cannot find module './otel' or its corresponding type declarations. 9 import { otel } from "./otel";
Thanks in advance for your help
-
Hi
I found otel have been ignored in
openflow/OpenFlow/.gitignore
Thanks in advance for your help
-
Hey, sorry was not aware of this.
I've added a declaration of otel now, so please update your code to latest version.