FlowFuse / FlowFuse/device-agent
Installer: decide how to handle NodeJS version
Open
task
- Dominant language
- JavaScript
- Stars
- 20
- Forks
- 10
- Avg merge
- 9d 4h
- Merged PRs (30d)
- 9
Description
### Description
In the Device Agent Installer script we have a hardcoded version of NodeJS which script will install ("bundled" node approach).
The current approach with pinning to the exact version was selected to create an installer which will provide a predictable and consistent environment for the device-agent package.
This task aims to collect a feedback about current approach vs being more liberal and define only the major nodejs version to install and let the script to pick up the latest one available at the time of installation.
Once decided, proiper solution should be implemented.
### Epic/Story
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.