-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
gdiab-cs
Metadata
Metadata
Assignees
Labels
No labels