-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
npm run lint throws an error #136
Comments
Seems you don't have |
If it's not this problem, please a provide a repository of your current project, so I can quickly see where is the problem. |
@kevinmarrec eslint is actually installed. Here's the repo: https://gitlab.com/heihachi88/webcoder |
@webcoderkz You need to remove https://gitlab.com/heihachi88/webcoder/blob/master/.eslintrc.js#L7 |
You may also need to remove https://gitlab.com/heihachi88/webcoder/blob/master/package.json#L22 And you can safely remove https://gitlab.com/heihachi88/webcoder/blob/master/package.json#L20 cause it's shipped by |
Thank, would try it now. |
I've removed all the references you mentioned above, and now when i run
Tried to remove this module
|
Commit and push your changes I'll take a look |
Pushed rn. |
@kevinmarrec did you watch my repo? |
Seems like eslint typescript:
By throwing these errors works as intended, because if i have no errors it finishes OK. Could you update documentation: https://typescript.nuxtjs.org/guide/lint.html With the information regards removing:
|
@webcoderkz So you don't have issue anymore ? I'm gonna update docs right now |
It's now live : https://typescript.nuxtjs.org/guide/lint.html |
@kevinmarrec yeah, seems like it's working as intended. Thanks. |
Describe the bug
Added eslint typescript config, as per guide: https://typescript.nuxtjs.org/guide/lint.html
But now, when i run
npm run lint
i'm getting the following error:To Reproduce
Steps to reproduce the behavior:
All the steps i did, is from this guide: https://typescript.nuxtjs.org/guide/lint.html
Expected behavior
It shouldn't throw ELIFECYCLE error
Additional context
Created project using
npx create-nuxt-app <project-name>
command.The text was updated successfully, but these errors were encountered: