用atom安装linter-eslint插件时,用手动安装了linter-eslint,装完所需模块后提示无法激活
Failed to activate the linter-eslint package
Error: Unsupported preset format: undefined. (While processing preset: "C:\Users\shexm\.atom\packages\linter-eslint-master\node_modules\node5\test.js")
以下是node5文件夹中的test.js完整代码
console.log('hello wold')
function hello() {
console.log('hello, this is my first package!fumingyu')
}
module.exports=hello;
不知怎样激活
我记得要 eslint 的话插件要装 linter 和 linter-eslint 有可能这两个插件没有安装好的原因。
可以重新安装一下,或者用 apm 这个官方包管理命令来安装,安装完成重新重启一下 atom