Issue with running on nodejs v18 locally
yataras opened this issue · 1 comments
yataras commented
Describe the bug
Element tool doesn't work with nodejs v18
To Reproduce
Steps to reproduce the behavior:
- switch to nodejs v18 with
nvm
:nvm use 18
- install element globally or locally:
npm i -g element-cli
- run load tests
- 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
haayman-imagem commented
you need to set NODE_OPTIONS="--openssl-legacy-provider"