本地安装的 --save-dev eslint 不起作用

时间:2021-04-14 20:48:23

标签: reactjs npm eslint

我试图像 this tutorial 那样做。我通过执行命令在本地安装了 eslint

lua -v => Lua 5.4.0  Copyright (C) 1994-2020 Lua.org, PUC-Rio

然后我输入以下内容开始配置:

npm i --save-dev eslint

但我得到:eslint --init

eslint: command not found error

我得到:./node_modules/.bin/eslint --init

然后我全局安装它并再次运行配置,它只达到了问题

.: command not found error

然后在没有添加.eslintrc文件的情况下退出,eslint没有开始在可视化代码编辑器上检测代码错误。

然后我手动添加了一个 .eslintrc,但它从来没有工作过

enter image description here

0 个答案:

没有答案