我正在关注Udemy课程,我们通过Atom构建的第一个应用程序称为专辑。我在Atom中安装了linter和linter-eslint,但是运行了这段代码:
npm install --save-dev eslint-config-rallycoding 导致安装不完整。
我的第一行是:
已弃用eslint-plugin-class-property@1.1.0:请使用eslint-plugin-babel和babel / semi
但我的日志的第二行是:
@ babel / plugin-check-constants @ 7.0.0-beta.38需要@ babel / core @ 7.0.0-beta.38的同行,但没有安装。您必须自己安装对等依赖项。
所以在那之后,每一行都以SKIPPING OPTIONAL DEPENDENCY开始。
所以我只是想看看我可能缺少什么,或者这是否是一个问题?