when performing npm install I get the following error:
[!] (plugin eslint) Error: Failed to load config "@ljharb" to extend from.
Referenced from: /node_modules/deep-equal/.eslintrc
node_modules/deep-equal/index.js
Please let me know if you need any more details. We are not directly requiring deep-equal, but I'm not sure which package calls it as a dependency.
node: 12.16.1 npm: 6.14.2 eslint: ^6.8.0
when performing
npm install
I get the following error: [!] (plugin eslint) Error: Failed to load config "@ljharb" to extend from. Referenced from: /node_modules/deep-equal/.eslintrc node_modules/deep-equal/index.jsPlease let me know if you need any more details. We are not directly requiring deep-equal, but I'm not sure which package calls it as a dependency.