I received React project from github, and I encountered below error when I typed "npm start".
> @devias/[email protected] start
> DISABLE_ESLINT_PLUGIN=true react-scripts start
'DISABLE_ESLINT_PLUGIN' is not recognized as an internal or
external command, operable program or batch file
I guess this is an environment issue. But I cannot solve it. Anyone can help me?
CodePudding user response:
node node_modules\eslint\bin\eslint.js --help
CodePudding user response:
Actually, I cannot solve this issue on Windows, but when I run it on MacOS, there is no issue.
If anyone have ideas, let me know.