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
tools/doc/node_modules/js-yaml contains only dummy index.js with reexport of js-yaml from ESLint dependency (so the version from the above-mentioned requirement cannot be checked anyway?):
Why not delete js-yaml from tools/doc/package.json, then delete tools/doc/node_modules/js-yaml and then require js-yaml straight from the ESLint dependency? It is only required here:
tools/doc/package.json
requires"js-yaml": "^3.5.2"
:node/tools/doc/package.json
Line 13 in 6fd8022
tools/doc/node_modules/js-yaml
contains only dummyindex.js
with reexport ofjs-yaml
from ESLint dependency (so the version from the above-mentioned requirement cannot be checked anyway?):node/tools/doc/node_modules/js-yaml/index.js
Lines 8 to 14 in 6fd8022
Why not delete
js-yaml
fromtools/doc/package.json
, then deletetools/doc/node_modules/js-yaml
and then requirejs-yaml
straight from the ESLint dependency? It is only required here:node/tools/doc/common.js
Line 3 in 20509eb
The text was updated successfully, but these errors were encountered: