I have PopOS 18.04 installed which is based off of Ubuntu 18.04. I had the default version of node (8.10.0) installed using apt and this was too old to build InfluxDB. It would be good to mention the needed version of node (10.13.0) in the "Building From Source" section of the project's README.md.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Change node version to be below 10.13.0
Run make in the root of the InfluxDB project
Expected behavior:
Project successfully builds. I don't expect a successful build with an incorrect version but it was a dependency I didn't check before hand.
Actual behavior:
There is an error about an incorrect node version
error @typescript-eslint/eslint-plugin@2.6.0: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "10.5.0"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have PopOS 18.04 installed which is based off of Ubuntu 18.04. I had the default version of node (8.10.0) installed using
apt
and this was too old to build InfluxDB. It would be good to mention the needed version of node (10.13.0) in the "Building From Source" section of the project's README.md.Steps to reproduce: List the minimal actions needed to reproduce the behavior.
make
in the root of the InfluxDB projectExpected behavior: Project successfully builds. I don't expect a successful build with an incorrect version but it was a dependency I didn't check before hand.
Actual behavior: There is an error about an incorrect node version
Followed by errors that look more Go related
Environment info: PopOS 18.04
System info: Run
uname -srm
and copy the output here Linux 4.15.0-64-generic x86_64InfluxDB version: Run
influxd version
and copy the output here master branchOther relevant environment details: Container runtime, disk info, etc NA
Config: NA