Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArtilleryBin path seems to be wrong #11

Open
mframos3 opened this issue Jul 20, 2021 · 0 comments
Open

ArtilleryBin path seems to be wrong #11

mframos3 opened this issue Jul 20, 2021 · 0 comments

Comments

@mframos3
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant