Open ckzgraphics opened 5 years ago
I had this same issue. On line 14 of local.runner.js, the BROWSERSTACK_ACCESS_KEY is pulled from .env This assumes you are pulling this secret from a local .env file.
I fixed this by adding the dotenv NPM package to my package.json, then adding the following to the top of local.runner.js:
require('dotenv').config();
From there, make sure you have a .env in your project with the following in it:
BROWSERSTACK_ACCESS_KEY=<Your Key>
:red_circle: Error-
:o: Steps to reproduce-
:o: System Details- Windows 10