I am running Nightwatch Github sample code and getting below error

Cannot find module ‘@LambdaTest/node-rest-client’

Can anybody help here?

1 Like

Sure, try installing this

npm i @lambdatest/node-rest-client

It should work :blush:

Happy Testing!