timeoff-management-application icon indicating copy to clipboard operation
timeoff-management-application copied to clipboard

eslint-plugin-compat requires a peer of eslint but none is installed

Open unguul opened this issue 5 years ago • 0 comments

Running npm install after pulling from git prints the following:

npm WARN [email protected] requires a peer of eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.

Running npm install eslint makes the warning go away so perhaps we could add eslint as a dependency in package.json?

unguul avatar Jan 31 '20 10:01 unguul