Skip to content
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

Errors and warning during installation #70

Open
angelovolpato opened this issue Feb 19, 2022 · 1 comment
Open

Errors and warning during installation #70

angelovolpato opened this issue Feb 19, 2022 · 1 comment

Comments

@angelovolpato
Copy link

angelovolpato commented Feb 19, 2022

Helllo,
I am trying to install frontend, and when I run "npm run dev" I have the following output:


WARNING Compiled with 3 warnings6:09:36 PM

Module Warning (from ./node_modules/eslint-loader/index.js):

http://eslint.org/docs/rules/indent Expected indentation of 16 spaces but found 12
src/components/views/UsersCrud.vue:252:1
console.log('toUserMessages then', conversation);
^

http://eslint.org/docs/rules/no-dupe-keys Duplicate key 'active'
src/components/views/UsersCrud.vue:246:17
active: this.currentUser.active > 0
^

✘ 2 problems (1 error, 1 warning)

Errors:
1 http://eslint.org/docs/rules/no-dupe-keys

Warnings:
1 http://eslint.org/docs/rules/indent

Module Warning (from ./node_modules/eslint-loader/index.js):

http://eslint.org/docs/rules/no-multi-spaces Multiple spaces found before 'this'
src/components/views/Login.vue:191:129
const message = userNotActive ? this.$t('paraIngresarCuenta') : (userBanned ? this.$t('usuarioBanneado') : this.$t('emailOContra'));
^

✘ 1 problem (1 error, 0 warnings)

Errors:
1 http://eslint.org/docs/rules/no-multi-spaces

Module Warning (from ./node_modules/eslint-loader/index.js):

http://eslint.org/docs/rules/no-undef-init It's not necessary to initialize 'tripId' to undefined
src/store/modules/conversations.js:73:13

✘ 1 problem (1 error, 0 warnings)

Errors:
1 http://eslint.org/docs/rules/no-undef-init

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
WARNING Compiled with 3 warnings6:09:36 PM

Module Warning (from ./node_modules/eslint-loader/index.js):

http://eslint.org/docs/rules/indent Expected indentation of 16 spaces but found 12
src/components/views/UsersCrud.vue:252:1
console.log('toUserMessages then', conversation);
^

http://eslint.org/docs/rules/no-dupe-keys Duplicate key 'active'
src/components/views/UsersCrud.vue:246:17
active: this.currentUser.active > 0
^

✘ 2 problems (1 error, 1 warning)

Errors:
1 http://eslint.org/docs/rules/no-dupe-keys

Warnings:
1 http://eslint.org/docs/rules/indent

Module Warning (from ./node_modules/eslint-loader/index.js):

http://eslint.org/docs/rules/no-multi-spaces Multiple spaces found before 'this'
src/components/views/Login.vue:191:129
const message = userNotActive ? this.$t('paraIngresarCuenta') : (userBanned ? this.$t('usuarioBanneado') : this.$t('emailOContra'));
^

✘ 1 problem (1 error, 0 warnings)

Errors:
1 http://eslint.org/docs/rules/no-multi-spaces

Module Warning (from ./node_modules/eslint-loader/index.js):

http://eslint.org/docs/rules/no-undef-init It's not necessary to initialize 'tripId' to undefined
src/store/modules/conversations.js:73:13

✘ 1 problem (1 error, 0 warnings)

Errors:
1 http://eslint.org/docs/rules/no-undef-init

@p4bl1t0
Copy link
Contributor

p4bl1t0 commented Feb 23, 2022

Try running npm run lint:fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants