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
{{ message }}
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to import something from a library which i included with
npm install webdriverio
But 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
The text was updated successfully, but these errors were encountered: