Node.js 在Atom编辑器中安装Eslint时收到警告

Node.js 在Atom编辑器中安装Eslint时收到警告,node.js,react-native,atom-editor,eslint,Node.js,React Native,Atom Editor,Eslint,我正在为React native使用Atom编辑器。我正在尝试安装eslint。但在运行npm install commannd时收到一些警告 首先,我在Atom中安装了linter eslint和eslint包 我已经创建了一个文件.eslintrc,并在下面放了一段代码 { “扩展”:“eslint配置google” } 我已经从项目的根级别运行了命令npm install--save dev eslint config rallycoding。但低于警告,eslint也不能正常工作 npm

我正在为React native使用Atom编辑器。我正在尝试安装eslint。但在运行npm install commannd时收到一些警告

首先,我在Atom中安装了linter eslint和eslint包

我已经创建了一个文件.eslintrc,并在下面放了一段代码 { “扩展”:“eslint配置google” }

我已经从项目的根级别运行了命令npm install--save dev eslint config rallycoding。但低于警告,eslint也不能正常工作

npm WARN deprecated eslint-plugin-class-property@1.1.0: please use eslint-plugin-babel and babel/semi
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN rollback Rolling back node-pre-gyp@0.12.0 failed (this is probably harmless): EPERM: operation not permitted, lstat 'D:\ReactNative\albums\node_modules\fsevents\node_modules'
npm WARN acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-jsx-a11y@2.2.3 requires a peer of eslint@^2.10.2 || 3.x but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-import@1.16.0 requires a peer of eslint@2.x - 3.x but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-react@6.10.3 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
我也尝试卸载软件包并重新安装,但它不起作用