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 created a Vue project with its latest version, having Nightwatch included.
When I run yarn dev, I see the error below:
Error: The following dependencies are imported but could not be resolved:
@emotion/is-prop-valid (imported by ~/website/tests_output/nightwatch-html-report/index.html?id=0)
Shouldn't this be declared as devDependencies on package.json?
The text was updated successfully, but these errors were encountered:
I created a Vue project with its latest version, having Nightwatch included.
When I run
yarn dev
, I see the error below:Shouldn't this be declared as devDependencies on package.json?
The text was updated successfully, but these errors were encountered: