Module example error

Hello who can help me solve this problem

[AWT-EventQueue-0] WARN designer.main - Skipping module “ComponentExample” because dependency “ModuleDependency[moduleId=“fpmi”]” is not installed.

It’s saying you don’t have the Vision module installed. What version of ignition are you using and do you have it installed?

hello i use ignition 8.0.3

Okay, the module ID for the Vision module changed with Ignition 8. It’s now “com.inductiveautomation.vision”.

It looks like the module dependency in https://github.com/inductiveautomation/ignition-sdk-examples/blob/master/vision-component/ce-build/pom.xml needs to be updated - it’s still “fpmi”.

thanks you Kevin.