ESlint 初始化设置未显示 VSCode Windows 操作系统
Posted
技术标签:
【中文标题】ESlint 初始化设置未显示 VSCode Windows 操作系统【英文标题】:ES lint init setup not shown VS Code Windows OS 【发布时间】:2020-09-18 18:36:17 【问题描述】:我尝试在 VS Code IDE 中设置 Eslint,但是在安装了 eslint 依赖项后,
然后通过$ npm install eslint --save-dev
命令
执行以下命令进行配置
$ ./node_modules/.bin/eslint --init
得到以下错误,是什么问题?
eslint : 文件 \AppData\Roaming\npm\eslint.ps1 不能 加载,因为在此系统上禁用了正在运行的脚本。更多 信息,请参阅 about_Execution_Policies,网址为 https://go.microsoft.com/fwlink/?LinkID=135170。在行:1 字符:1 + eslint --init +~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
【问题讨论】:
【参考方案1】:在你的powershell中你可能需要执行
Set-ExecutionPolicy RemoteSigned
试试
npx eslint --init
还有
的输出是什么npm run eslint --init
【讨论】:
这个链接也可能有帮助***.com/questions/4037939/… 非常感谢。现在我可以进行配置了。以上是关于ESlint 初始化设置未显示 VSCode Windows 操作系统的主要内容,如果未能解决你的问题,请参考以下文章
用vscode时vue总是弹出报错提示框,怎么关闭,不是eslint
VSCode 代码风格统一设置eslint + stylelint
VSCode 代码风格统一设置eslint + stylelint