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
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
Some modules is missing when I use npm i -D standard.
You can find eslint-plugin-react module in ./node_modules/standard/node_modules/.
standard: Unexpected linter output:
Error: Failed to load plugin react: Cannot find module 'eslint-plugin-react'
Referenced from: /Users/litomore/Git/npm-5.2.0-issue/node_modules/standard/eslintrc.json
at Function.Module._resolveFilename (module.js:485:15)
at Function.resolve (internal/module.js:18:19)
at Object.load (/Users/litomore/Git/npm-5.2.0-issue/node_modules/eslint/lib/config/plugins.js:134:29)
at Array.forEach (native)
at Object.loadAll (/Users/litomore/Git/npm-5.2.0-issue/node_modules/eslint/lib/config/plugins.js:162:21)
at load (/Users/litomore/Git/npm-5.2.0-issue/node_modules/eslint/lib/config/config-file.js:541:21)
at configExtends.reduceRight (/Users/litomore/Git/npm-5.2.0-issue/node_modules/eslint/lib/config/config-file.js:424:36)
at Array.reduceRight (native)
at applyExtends (/Users/litomore/Git/npm-5.2.0-issue/node_modules/eslint/lib/config/config-file.js:408:28)
at Object.load (/Users/litomore/Git/npm-5.2.0-issue/node_modules/eslint/lib/config/config-file.js:566:22)
If you think this is a bug in `standard`, open an issue: https://github.com/feross/standard/issues
I'm opening this issue because:
What's going wrong?
Some modules is missing when I use
npm i -D standard.You can find
eslint-plugin-reactmodule in./node_modules/standard/node_modules/.How can the CLI team reproduce the problem?
mkdir npm-5.2.0-issue && cd npm-5.2.0-issuenpm init -y && npm i -D standard./node_modules/.bin/standardsupporting information:
npm -vprints: 5.2.0node -vprints: v8.1.2npm config get registryprints: https://registry.npmjs.org/