You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to import something from a library which i included with npm install webdriverio
But on the import { remote } from 'webdriverio'; or const web = require('webdriverio');
I get this error: Error: ENOENT, no such file or directory '/node_modules/webdriverio/build/lib/protocol'
But the folder exists.
I run my tests with: meteor test --driver-package practicalmeteor:mocha --port 24000
I try to import something from a library which i included with
npm install webdriverioBut on the
import { remote } from 'webdriverio';orconst web = require('webdriverio');I get this error:
Error: ENOENT, no such file or directory '/node_modules/webdriverio/build/lib/protocol'But the folder exists.
I run my tests with:
meteor test --driver-package practicalmeteor:mocha --port 24000