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
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