Closed anselmo-coolstay closed 1 year ago
This has been fixed in https://github.com/artilleryio/artillery/pull/1777. It's merged, but not released yet. Until then you should be able to do yarn add artillery@2.0.0-27
. That version should work.
On that PR I've poked @hassy to see if we can get a release out of the door as well :-)
thank you @anselmo-coolstay! and @aukevanleeuwen for the fix :) v2.0.0-29
is out now!
v2.0.0-29 has the same issue for me.
I also have the same issue with v2.0.0-29.
The problem is that artillery
depends on @artilleryio/int-core
which in turn depends on the package commons
.
The package.json
file of @artilleryio/int-core
(here), in fact, contains the following declaration: "commons": "*"
So needs to be fixed the package @artilleryio/int-core
.
this has been fixed in Artillery v2.0.0-30 (https://github.com/artilleryio/artillery/releases/tag/v2.0.0-30) Thanks everybody!
Thank you all.
Version info:
Running this command:
I expected to see this happen:
Installing should be finished without any interactive input.
Instead, this happened:
When I command
yarn install
in my project including Artillery, it requires the version of "commons" in CLI as below:This makes automatic installing difficult when I deploy my project including Artillery.
You can reproduce it with the below instructions:
Files being used: my package.json