matomo-org / developer-documentation

Matomo Developer Website
https://developer.matomo.org
Other
54 stars 85 forks source link

Mention minimum node version in documentation for vue:build to build without any errorr #726

Open AltamashShaikh opened 1 year ago

AltamashShaikh commented 1 year ago

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

michalkleiner commented 1 year ago

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.