flood-io / element

💦Load test your app using real web browsers
https://element.flood.io
Apache License 2.0
350 stars 43 forks source link

Issue with running on nodejs v18 locally #626

Open yataras opened 1 year ago

yataras commented 1 year ago

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):

Additional context Works well locally with nodejs v16.20

haayman-imagem commented 1 year ago

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