artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
8.04k stars 511 forks source link

Look at pinning dependencies to exact versions #1020

Open hassy opened 3 years ago

hassy commented 3 years ago

SemVer is great, but backwards-incompatible changes have been known to sneak into patch releases, as well as accidentally-broken releases (e.g. https://github.com/artilleryio/artillery/issues/1019) Pinning to specific versions can help protect against that.

sippsolutions commented 2 years ago

I just installed artillery and I get the same error as in #1019 with Node 16.17.1. Can you please explain how to fix this issue?