We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ mint-ui git:(dev) ✗ npm list eslint -g /usr/local/lib └── eslint@4.4.1 ➜ mint-ui git:(dev) ✗ npm list eslint-plugin-vue -g /usr/local/lib └── eslint-plugin-vue@2.1.0 ➜ mint-ui git:(dev) ✗ npm list eslint-plugin-html -g /usr/local/lib ├── eslint-plugin-html@3.0.0 └─┬ eslint-plugin-vue@2.1.0 └── eslint-plugin-html@3.1.1
The text was updated successfully, but these errors were encountered:
这个是跑eslint的时候报错Cannot find module 'babel-eslint' Error: Cannot find module 'babel-eslint' 全局安装babel-eslint之后依旧报题中错误,但是eslint已经明显正常启动了(通过在js文件里可以看出来)
Cannot find module 'babel-eslint' Error: Cannot find module 'babel-eslint'
babel-eslint
eslint
Sorry, something went wrong.
看这里说是使用npm install eslint-plugin-vue@beta可以解决但是安装后问题依然存在
npm install eslint-plugin-vue@beta
这个很奇怪 自己又好了。。
No branches or pull requests
The text was updated successfully, but these errors were encountered: