Add plugin with options

I need to install the plugin: cordova-plugin-firebase-dynamiclinks

framework7 cordova plugin add cordova-plugin-firebase-dynamiclinks --variable PAGE_LINK_DOMAIN=“myPersonalPage.page.link”

I receive:

error: unknown option ‘–variable’

What could be the problem?

I use framework7 with Webpack

framework7 --version
3.2.3

note: If I try to install it from the cordova folder, the error disappears.

Thank you

I solved it using:
framework7 cordova plugin add “cordova-plugin-firebase-dynamiclinks --variable PAGE_LINK_DOMAIN=‘myPersonalPage.page.link’”

Just cd to cordova folder and install plugin normally as:

cd cordova
cordova plugin add cordova-plugin-firebase-dynamiclinks --variable PAGE_LINK_DOMAIN=‘myPersonalPage.page.link’