easygraphql-lt icon indicating copy to clipboard operation
easygraphql-lt copied to clipboard

ArtilleryBin path seems to be wrong

Open mframos3 opened this issue 4 years ago • 0 comments

Hi, when trying to run npx easygraphql-lt myconfig.json I've encountered the following error:

/bin/sh: /Users/matiasramos/Documents/load-test/node_modules/easygraphql-lt/node_modules/.bin/artillery: No such file or directory

loadTesting.js (Line 55) tries to get the artilleryBin from easygraphql-lt/node_modules/.bin instead from <projectRoot>/node_modules/.bin. By modyfing the path in order to get the bin of the project's node_modules I was able to get this working.

Don't know if I'm missing out on some npm configuration in order to make this work by default or if it's actually something that needs to be changed.

mframos3 avatar Jul 20 '21 03:07 mframos3