How to point Gauge to parent node_modules folder? #2620
cameronthrntn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently began adding Gauge to our project, however we're using a Turbo monorepo and so our
node_modules
folder is located a layer above the actual Gauge project, ie:Is there a way for us to keep this current directory layout and simply define a config/env variable pointing gauge to our
node_modules
?We're finding that currently running
gauge run specs
throws anError: Cannot find module 'playwright'
error when importing packages normally - though explicitly pathing to them../../../node_modules/package
works fine - but of course isn't ideal.Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions