You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, when trying to run
npx easygraphql-lt myconfig.json
I've encountered the following error:loadTesting.js
(Line 55) tries to get the artilleryBin fromeasygraphql-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.
The text was updated successfully, but these errors were encountered: