vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Windows with node 8.11.2 and nuxt 1.4.0 #43

Open nenodias opened 6 years ago

nenodias commented 6 years ago

exemplo@1.0.0 dev C:\Users\nenodias\workspace\projetos\exemplo nuxt

ERROR Failed to compile with 11 errors20:53:47

error in C:/workspace/projetos/exemplo/.nuxt/App.js

C:\workspace\projetos\exemplo.nuxt\App.js 5:1 error More than 1 blank line not allowed no-multiple-empty-lines 9:3 error Strings must use singlequote quotes 9:56 error Multiple spaces found before '/ webpackChun.../' no-multi-spaces 16:10 error Strings must use singlequote quotes 16:18 error Strings must use singlequote quotes 16:18 error Missing space before value for key 'title' key-spacing 16:27 error A space is required after ',' comma-spacing 16:28 error Strings must use singlequote quotes 16:35 error Missing space before value for key 'meta' key-spacing 16:37 error Strings must use singlequote quotes 16:47 error Strings must use singlequote quotes 16:47 error Missing space before value for key 'charset' key-spacing 16:55 error A space is required after ',' comma-spacing 16:57 error Strings must use singlequote quotes 16:64 error Missing space before value for key 'name' key-spacing 16:64 error Strings must use singlequote quotes 16:74 error A space is required after ',' comma-spacing 16:75 error Strings must use singlequote quotes 16:85 error Strings must use singlequote quotes 16:85 error Missing space before value for key 'content' key-spacing 16:123 error A space is required after ',' comma-spacing 16:125 error Strings must use singlequote quotes 16:131 error Missing space before value for key 'hid' key-spacing 16:131 error Strings must use singlequote quotes 16:144 error A space is required after ',' comma-spacing 16:145 error Strings must use singlequote quotes 16:152 error Strings must use singlequote quotes 16:152 error Missing space before value for key 'name' key-spacing 16:165 error A space is required after ',' comma-spacing 16:166 error Strings must use singlequote quotes 16:176 error Missing space before value for key 'content' key-spacing 16:176 error Strings must use singlequote quotes 16:208 error A space is required after ',' comma-spacing 16:209 error Strings must use singlequote quotes 16:216 error Missing space before value for key 'link' key-spacing 16:218 error Strings must use singlequote quotes 16:224 error Strings must use singlequote quotes 16:224 error Missing space before value for key 'rel' key-spacing 16:230 error A space is required after ',' comma-spacing 16:231 error Strings must use singlequote quotes 16:238 error Missing space before value for key 'type' key-spacing 16:238 error Strings must use singlequote quotes 16:257 error A space is required after ',' comma-spacing 16:258 error Strings must use singlequote quotes 16:265 error Missing space before value for key 'href' key-spacing 16:265 error Strings must use singlequote quotes 16:285 error A space is required after ',' comma-spacing 16:287 error Strings must use singlequote quotes 16:293 error Missing space before value for key 'rel' key-spacing 16:293 error Strings must use singlequote quotes 16:305 error A space is required after ',' comma-spacing 16:306 error Strings must use singlequote quotes 16:313 error Missing space before value for key 'href' key-spacing 16:313 error Strings must use singlequote quotes 16:409 error A space is required after ',' comma-spacing 16:410 error Strings must use singlequote quotes 16:418 error Missing space before value for key 'style' key-spacing 16:420 error A space is required after ',' comma-spacing 16:421 error Strings must use singlequote quotes 16:430 error Missing space before value for key 'script' key-spacing 17:9 error Missing space before function parentheses space-before-function-paren 34:19 error A space is required after ',' comma-spacing 60:1 error Trailing spaces not allowed no-trailing-spaces 67:1 error Trailing spaces not allowed no-trailing-spaces 69:1 error Trailing spaces not allowed no-trailing-spaces 76:1 error Trailing spaces not allowed no-trailing-spaces 91:1 error Expected indentation of 8 spaces but found 6 indent 92:1 error Expected indentation of 10 spaces but found 8 indent 93:1 error Expected indentation of 10 spaces but found 8 indent 94:1 error Expected indentation of 10 spaces but found 8 indent 95:1 error Expected indentation of 8 spaces but found 6 indent 96:1 error Expected indentation of 8 spaces but found 6 indent 97:1 error Expected indentation of 10 spaces but found 8 indent 98:1 error Expected indentation of 12 spaces but found 10 indent 99:1 error Expected indentation of 10 spaces but found 8 indent 100:1 error Expected indentation of 8 spaces but found 6 indent 107:1 error Too many blank lines at the end of file. Max of 0 allowed no-multiple-empty-lines

✖ 77 problems (77 errors, 0 warnings) 77 errors, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/index.js 214:0-27 @ C:/workspace/projetos/exemplo/.nuxt/client.js @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/client.js

C:\workspace\projetos\exemplo.nuxt\client.js 30:1 error More than 1 blank line not allowed no-multiple-empty-lines 41:3 error Expected space(s) after "if" keyword-spacing 57:1 error More than 1 blank line not allowed no-multiple-empty-lines 61:1 error Expected indentation of 2 spaces but found 0 indent 62:1 error Expected indentation of 2 spaces but found 0 indent 63:1 error Expected indentation of 4 spaces but found 2 indent 64:1 error Expected indentation of 6 spaces but found 4 indent 65:1 error Expected indentation of 4 spaces but found 2 indent 66:1 error Expected indentation of 4 spaces but found 2 indent 67:1 error Expected indentation of 2 spaces but found 0 indent 69:25 error Missing space before function parentheses space-before-function-paren 80:24 error Missing space before function parentheses space-before-function-paren 92:13 error Identifier 'from_transitions' is not in camel case camelcase 107:1 error More than 1 blank line not allowed no-multiple-empty-lines 108:1 error Trailing spaces not allowed no-trailing-spaces 112:1 error More than 1 blank line not allowed no-multiple-empty-lines 112:1 error Trailing spaces not allowed no-trailing-spaces 116:1 error Trailing spaces not allowed no-trailing-spaces 131:1 error Trailing spaces not allowed no-trailing-spaces 135:5 error Do not assign to the exception parameter no-ex-assign 143:22 error Missing space before function parentheses space-before-function-paren 152:27 error Missing space before function parentheses space-before-function-paren 275:9 error Extra space after key 'query' key-spacing 275:27 error Multiple spaces found before '||' no-multi-spaces 315:1 error Expected indentation of 10 spaces but found 8 indent 316:1 error Expected indentation of 12 spaces but found 10 indent 317:1 error Expected indentation of 12 spaces but found 10 indent 317:11 error Expected space(s) after "if" keyword-spacing 318:1 error Expected indentation of 10 spaces but found 8 indent 326:1 error Expected indentation of 10 spaces but found 12 indent 329:11 error Expected space(s) after "if" keyword-spacing 339:7 error Expected space(s) after "if" keyword-spacing 344:3 error Block must not be padded by blank lines padded-blocks 345:17 error Do not assign to the exception parameter no-ex-assign 375:22 error Missing space before function parentheses space-before-function-paren 391:21 error Missing space before function parentheses space-before-function-paren 409:1 error Trailing spaces not allowed no-trailing-spaces 412:1 error Trailing spaces not allowed no-trailing-spaces 413:3 error Block must not be padded by blank lines padded-blocks 432:1 error More than 1 blank line not allowed no-multiple-empty-lines 435:32 error Missing space before function parentheses space-before-function-paren 437:63 error Missing space after => arrow-spacing 485:1 error Expected indentation of 6 spaces but found 4 indent 487:1 error Expected indentation of 8 spaces but found 6 indent 488:1 error Expected indentation of 8 spaces but found 6 indent 489:1 error Expected indentation of 8 spaces but found 6 indent 490:1 error Expected indentation of 10 spaces but found 8 indent 491:1 error Expected indentation of 8 spaces but found 6 indent 492:1 error Expected indentation of 8 spaces but found 6 indent 493:1 error Expected indentation of 8 spaces but found 6 indent 494:1 error Expected indentation of 8 spaces but found 6 indent 495:1 error Expected indentation of 10 spaces but found 8 indent 496:1 error Expected indentation of 10 spaces but found 8 indent 497:1 error Expected indentation of 8 spaces but found 6 indent 498:1 error Expected indentation of 8 spaces but found 6 indent 499:1 error Expected indentation of 6 spaces but found 4 indent 500:1 error Expected indentation of 6 spaces but found 4 indent 501:1 error Expected indentation of 8 spaces but found 6 indent 502:1 error Expected indentation of 6 spaces but found 4 indent 503:1 error Expected indentation of 6 spaces but found 4 indent 505:1 error Expected indentation of 8 spaces but found 6 indent 506:1 error Expected indentation of 8 spaces but found 6 indent 507:1 error Expected indentation of 10 spaces but found 8 indent 508:1 error Expected indentation of 10 spaces but found 8 indent 509:1 error Expected indentation of 8 spaces but found 6 indent 510:1 error Expected indentation of 8 spaces but found 6 indent 511:1 error Expected indentation of 8 spaces but found 6 indent 512:1 error Expected indentation of 8 spaces but found 6 indent 513:1 error Expected indentation of 8 spaces but found 6 indent 514:1 error Expected indentation of 8 spaces but found 6 indent 515:1 error Expected indentation of 8 spaces but found 6 indent 516:1 error Expected indentation of 8 spaces but found 6 indent 517:1 error Expected indentation of 8 spaces but found 6 indent 518:1 error Expected indentation of 6 spaces but found 4 indent 519:1 error Expected indentation of 6 spaces but found 4 indent 520:1 error Expected indentation of 8 spaces but found 6 indent 521:1 error Expected indentation of 8 spaces but found 6 indent 522:1 error Expected indentation of 8 spaces but found 6 indent 523:1 error Expected indentation of 6 spaces but found 4 indent 526:1 error More than 1 blank line not allowed no-multiple-empty-lines 528:24 error Missing space before function parentheses space-before-function-paren 532:22 error Trailing spaces not allowed no-trailing-spaces 539:1 error More than 1 blank line not allowed no-multiple-empty-lines 540:1 error Trailing spaces not allowed no-trailing-spaces 541:1 error Expected indentation of 2 spaces but found 4 indent 545:1 error More than 1 blank line not allowed no-multiple-empty-lines 545:1 error Trailing spaces not allowed no-trailing-spaces 555:1 error Trailing spaces not allowed no-trailing-spaces 558:1 error Trailing spaces not allowed no-trailing-spaces 559:5 error Block must not be padded by blank lines padded-blocks

✖ 90 problems (90 errors, 0 warnings) 87 errors, 0 warnings potentially fixable with the --fix option.

@ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/components/no-ssr.js

C:\workspace\projetos\exemplo.nuxt\components\no-ssr.js 27:1 error Trailing spaces not allowed no-trailing-spaces

✖ 1 problem (1 error, 0 warnings) 1 error, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/index.js 209:0-43 @ C:/workspace/projetos/exemplo/.nuxt/client.js @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/components/nuxt-error.vue

C:\workspace\projetos\exemplo.nuxt\components\nuxt-error.vue 36:1 error Trailing spaces not allowed no-trailing-spaces 50:10 error Missing space before function parentheses space-before-function-paren 51:7 error Expected space(s) after "if" keyword-spacing 56:1 error Trailing spaces not allowed no-trailing-spaces

✖ 4 problems (4 errors, 0 warnings) 4 errors, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/index.js 212:0-52 @ C:/workspace/projetos/exemplo/.nuxt/client.js @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/components/nuxt-loading.vue

C:\workspace\projetos\exemplo.nuxt\components\nuxt-loading.vue 23:25 error Unexpected trailing comma comma-dangle

✖ 1 problem (1 error, 0 warnings) 1 error, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/App.js 3:0-56 @ C:/workspace/projetos/exemplo/.nuxt/index.js @ C:/workspace/projetos/exemplo/.nuxt/client.js @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/components/nuxt.js

C:\workspace\projetos\exemplo.nuxt\components\nuxt.js 9:9 error Missing space before function parentheses space-before-function-paren

✖ 1 problem (1 error, 0 warnings) 1 error, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/index.js 213:0-40 @ C:/workspace/projetos/exemplo/.nuxt/client.js @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/index.js

C:\workspace\projetos\exemplo.nuxt\index.js 15:8 error Identifier 'nuxt_plugin_vuetify_d6afc2c2' is not in camel case camelcase 16:1 error More than 1 blank line not allowed no-multiple-empty-lines 38:28 error Strings must use singlequote quotes 38:35 error Strings must use singlequote quotes 38:35 error Missing space before value for key 'name' key-spacing 38:41 error A space is required after ',' comma-spacing 38:42 error Strings must use singlequote quotes 38:49 error Strings must use singlequote quotes 38:49 error Missing space before value for key 'mode' key-spacing 38:57 error A space is required after ',' comma-spacing 38:58 error Strings must use singlequote quotes 38:67 error Missing space before value for key 'appear' key-spacing 38:72 error A space is required after ',' comma-spacing 38:73 error Strings must use singlequote quotes 38:87 error Missing space before value for key 'appearClass' key-spacing 38:87 error Strings must use singlequote quotes 38:95 error A space is required after ',' comma-spacing 38:96 error Strings must use singlequote quotes 38:116 error Missing space before value for key 'appearActiveClass' key-spacing 38:116 error Strings must use singlequote quotes 38:131 error A space is required after ',' comma-spacing 38:132 error Strings must use singlequote quotes 38:148 error Missing space before value for key 'appearToClass' key-spacing 38:148 error Strings must use singlequote quotes 42:1 error More than 1 blank line not allowed no-multiple-empty-lines 43:1 error Trailing spaces not allowed no-trailing-spaces 47:1 error Trailing spaces not allowed no-trailing-spaces 47:1 error More than 1 blank line not allowed no-multiple-empty-lines 91:1 error Trailing spaces not allowed no-trailing-spaces 94:1 error Trailing spaces not allowed no-trailing-spaces 123:1 error Trailing spaces not allowed no-trailing-spaces 126:1 error Trailing spaces not allowed no-trailing-spaces 142:1 error More than 1 blank line not allowed no-multiple-empty-lines 143:1 error Trailing spaces not allowed no-trailing-spaces 150:1 error Trailing spaces not allowed no-trailing-spaces 150:1 error More than 1 blank line not allowed no-multiple-empty-lines 153:1 error Trailing spaces not allowed no-trailing-spaces 154:14 error Identifier 'nuxt_plugin_vuetify_d6afc2c2' is not in camel case camelcase 155:1 error Trailing spaces not allowed no-trailing-spaces 155:1 error More than 1 blank line not allowed no-multiple-empty-lines

✖ 40 problems (40 errors, 0 warnings) 38 errors, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/client.js 486:0-47 @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/middleware.js

C:\workspace\projetos\exemplo.nuxt\middleware.js 20:1 error Too many blank lines at the end of file. Max of 0 allowed no-multiple-empty-lines

✖ 1 problem (1 error, 0 warnings) 1 error, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/client.js 485:0-38 @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/router.js

C:\workspace\projetos\exemplo.nuxt\router.js 8:1 error More than 1 blank line not allowed no-multiple-empty-lines 57:1 error More than 1 blank line not allowed no-multiple-empty-lines 67:1 error Expected indentation of 6 spaces but found 2 tabs indent 67:2 error Unexpected tab character no-tabs 68:1 error Expected indentation of 8 spaces but found 3 tabs indent 68:2 error Unexpected tab character no-tabs 68:10 error Strings must use singlequote quotes 69:1 error Expected indentation of 8 spaces but found 3 tabs indent 69:2 error Unexpected tab character no-tabs 70:1 error Expected indentation of 8 spaces but found 3 tabs indent 70:2 error Unexpected tab character no-tabs 70:10 error Strings must use singlequote quotes 71:1 error Expected indentation of 6 spaces but found 2 tabs indent 71:2 error Unexpected tab character no-tabs 72:1 error Expected indentation of 6 spaces but found 2 tabs indent 72:2 error Unexpected tab character no-tabs 73:1 error Expected indentation of 8 spaces but found 3 tabs indent 73:2 error Unexpected tab character no-tabs 73:10 error Strings must use singlequote quotes 74:1 error Expected indentation of 8 spaces but found 3 tabs indent 74:2 error Unexpected tab character no-tabs 75:1 error Expected indentation of 8 spaces but found 3 tabs indent 75:2 error Unexpected tab character no-tabs 75:10 error Strings must use singlequote quotes 76:1 error Expected indentation of 6 spaces but found 2 tabs indent 76:2 error Unexpected tab character no-tabs 78:1 error Trailing spaces not allowed no-trailing-spaces 78:1 error More than 1 blank line not allowed no-multiple-empty-lines 79:1 error Trailing spaces not allowed no-trailing-spaces

✖ 29 problems (29 errors, 0 warnings) 19 errors, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/index.js 208:0-43 @ C:/workspace/projetos/exemplo/.nuxt/client.js @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/store.js

C:\workspace\projetos\exemplo.nuxt\store.js 25:38 error Block must not be padded by blank lines padded-blocks 44:1 error Block must not be padded by blank lines padded-blocks 49:52 error Unexpected trailing comma comma-dangle

✖ 3 problems (3 errors, 0 warnings) 3 errors, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/index.js 216:0-41 @ C:/workspace/projetos/exemplo/.nuxt/client.js @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

error in C:/workspace/projetos/exemplo/.nuxt/utils.js

C:\workspace\projetos\exemplo.nuxt\utils.js 14:31 error Missing space before function parentheses space-before-function-paren 22:19 error Multiple spaces found before 'ComponentData' no-multi-spaces 33:34 error Missing space before function parentheses space-before-function-paren 52:37 error Missing space before function parentheses space-before-function-paren 61:46 error Missing space before function parentheses space-before-function-paren 70:34 error Missing space before function parentheses space-before-function-paren 78:39 error Missing space before function parentheses space-before-function-paren 85:7 error Return statement should not contain assignment no-return-assign 90:35 error Missing space before function parentheses space-before-function-paren 102:33 error Missing space before function parentheses space-before-function-paren 103:9 error 'route' is assigned a value but never used no-unused-vars 107:19 error Missing space before function parentheses space-before-function-paren 111:19 error Missing space before function parentheses space-before-function-paren 180:33 error Missing space before function parentheses space-before-function-paren 185:1 error Expected indentation of 4 spaces but found 2 indent 186:1 error Expected indentation of 6 spaces but found 4 indent 187:1 error Expected indentation of 4 spaces but found 2 indent 190:26 error Missing space before function parentheses space-before-function-paren 213:28 error Missing space before function parentheses space-before-function-paren 224:24 error Missing space before function parentheses space-before-function-paren 237:24 error Missing space before function parentheses space-before-function-paren 241:29 error Missing space before function parentheses space-before-function-paren 277:15 error Missing space before function parentheses space-before-function-paren 282:34 error Unexpected mix of '&&' and '||' no-mixed-operators 282:55 error Unexpected mix of '&&' and '||' no-mixed-operators 349:34 error Missing space before function parentheses space-before-function-paren 350:35 error Unnecessary escape character: \/ no-useless-escape 361:24 error Missing space before function parentheses space-before-function-paren 370:26 error Missing space before function parentheses space-before-function-paren 381:18 error Missing space before function parentheses space-before-function-paren 457:22 error Missing space before function parentheses space-before-function-paren 458:39 error Unnecessary escape character: \/ no-useless-escape 467:21 error Missing space before function parentheses space-before-function-paren 468:31 error Unnecessary escape character: \/ no-useless-escape

✖ 34 problems (34 errors, 0 warnings) 27 errors, 0 warnings potentially fixable with the --fix option.

@ C:/workspace/projetos/exemplo/.nuxt/client.js 487:0-233 @ multi webpack-hot-middleware/client?name=client&reload=true&timeout=30000&path=/__webpack_hmr ./.nuxt/client.js

OPEN http://localhost:3000