videojs / standard

JavaScript Standard Style — One Style to Rule Them All
Other
6 stars 7 forks source link

Windows 10 running `npm run lint` is broken #48

Open hamishrouse opened 5 years ago

hamishrouse commented 5 years ago

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

brandonocasey commented 5 years ago

its possible that you need to remove .eslintcache, but I also found that an update of eslint stopped ignoring node modules by default: see #53