You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good if we mention the minimum or the node version which works best with Matomo to build vue files. So that other developers don't run into issue of vue not building when running ./console build:vue PluginName
Thanks for opening the issue @AltamashShaikh. Even though the command is run from core, I'll move the issue to the docs repository since it's more about documenting the version rather than doing any code changes.
My instinct is that we should check if we can run on Node 18 as the current LTS version, and/or document Node 16.
We could then add .nvmrc file with the NodeJS version info.
Description
It would be good if we mention the minimum or the node version which works best with Matomo to build vue files. So that other developers don't run into issue of vue not building when running
./console build:vue PluginName
https://developer.matomo.org/guides/vue-getting-started
https://developer.matomo.org/guides/migrate-matomo-4-to-5
The text was updated successfully, but these errors were encountered: