无法在项目文件夹中安装 ESLint - npm 错误代码 ENOSELF
Can't install ESLint in project folder - npm error code ENOSELF
我正在努力从我的终端(在我的项目文件夹中)安装 ESLint。
我是 运行 这个命令:
sudo npm install eslint --save-dev
但是,返回代码为 ENOSELF 的 npm 错误,并显示以下消息
npm ERR! code ENOSELF
npm ERR! Refusing to install package with name "eslint" under a package
npm ERR! also called "eslint". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR! <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/[username]/.npm/_logs/2020-01-07T14_32_27_111Z-debug.log
我没有名为 eslint 的文件夹或文件,也没有任何与之相近的文件。在我的项目目录中,我收集了 html、用 VSCode.
编辑过的 js 和 csv 文件
我真的很困惑为什么会出现这个错误,希望得到帮助。
确保 package.json
中的 name
属性 不是 eslint
我正在努力从我的终端(在我的项目文件夹中)安装 ESLint。
我是 运行 这个命令:
sudo npm install eslint --save-dev
但是,返回代码为 ENOSELF 的 npm 错误,并显示以下消息
npm ERR! code ENOSELF
npm ERR! Refusing to install package with name "eslint" under a package
npm ERR! also called "eslint". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR! <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/[username]/.npm/_logs/2020-01-07T14_32_27_111Z-debug.log
我没有名为 eslint 的文件夹或文件,也没有任何与之相近的文件。在我的项目目录中,我收集了 html、用 VSCode.
编辑过的 js 和 csv 文件我真的很困惑为什么会出现这个错误,希望得到帮助。
确保 package.json
中的 name
属性 不是 eslint