flood-io/element

Issue with running on nodejs v18 locally

yataras opened this issue · 1 comments

Describe the bug
Element tool doesn't work with nodejs v18

To Reproduce
Steps to reproduce the behavior:

  1. switch to nodejs v18 with nvm: nvm use 18
  2. install element globally or locally: npm i -g element-cli
  3. run load tests
  4. see error

Expected behavior
Flood.io element load tests are running successfully with the nodejs v18 locally.

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Node.js version:18.15
  • Version 2.0.4

Additional context
Works well locally with nodejs v16.20

you need to set NODE_OPTIONS="--openssl-legacy-provider"