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've created a videojs plugin using the generator.
However, it errors out with Failed to load plugin react: Cannot find module 'eslint-plugin-react' when I run the command: npm run lint which is running vjsstandard
I have the following set:
OS: Windows 10
Node: v8.12.0
NPM: 6.4.1
The text was updated successfully, but these errors were encountered:
I've created a videojs plugin using the generator.
However, it errors out with
Failed to load plugin react: Cannot find module 'eslint-plugin-react'
when I run the command:npm run lint
which is runningvjsstandard
I have the following set:
OS: Windows 10
Node: v8.12.0
NPM: 6.4.1
The text was updated successfully, but these errors were encountered: