Giter Club home page Giter Club logo

Comments (6)

zxc23 avatar zxc23 commented on May 22, 2024 1

I'm relieved that it's working as intended, even though this behaviour seems bizarre to me. You've been very helpful. Thanks!

from electron-vue.

SimulatedGREG avatar SimulatedGREG commented on May 22, 2024

This is actually more of an issue with eslint-plugin-html. The npm run lint command will show any linting errors found in js/vue files and by its default nature, will exit with an error (this is normal). Running npm run lint:fix will adjust eslint to make an attempt at fixing any linting errors, but those found inside .vue component files (those being parsed by eslint-plugin-html) are not able to be fix automatically. Hope that helps. Will be adding to FAQ on docs later. 😊

from electron-vue.

marceloavf avatar marceloavf commented on May 22, 2024

These errors are breaking my build, take a look:
When it occurs the build doesn't continues

ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/renderer/components/CardEmails/Index.vue
Module build failed: SyntaxError: C:/agent/_work/1/s/src/renderer/components/CardEmails/Index.vue: Unexpected token (62:0)
  60 |   },
  61 | };
> 62 | <template>
     | ^
  63 |   <div>
  64 |     <touch-ripple>
  65 |       <div class="bloco-item" v-bind:class="{ 'is-new' : isNew, 'is-selected' : isOpen }">
 @ ./src/renderer/components/CardEmails/Index.vue 8:2-108
 @ ./src/renderer ^\.\/(?!(?:main(\.js)?|.*\.scss)$)
 @ ./test/unit/index.js
Child html-webpack-plugin for "index.html":
         Asset    Size  Chunks  Chunk Names
    index.html  567 kB       0  
    chunk    {0} index.html 541 kB [entry]
        [0] ./~/lodash/lodash.js 540 kB {0}
        [1] ./~/html-webpack-plugin/lib/loader.js!./src/index.ejs 1.32 kB {0}
        [2] (webpack)/buildin/module.js 517 bytes {0}

It also breaks when I try to lint:fix, but I can pass though that.
Anything that I can do to make it work properly ?

Thanks!

from electron-vue.

SimulatedGREG avatar SimulatedGREG commented on May 22, 2024
  60 |   },
  61 | };
> 62 | <template>

There shouldn't be any case were JS is outside of a <script> tag. Are you missing a closing tag?

from electron-vue.

marceloavf avatar marceloavf commented on May 22, 2024

I'll try to find it, I take off --fix and it get back to work, this problem should be in some .vue file, right? I didn't find any missing closing tag.

The funny thing is that this error only occurs when I run the build inside an hosted agent.


Inside my machine, these are the warns that I receive when I run tests. I'll migrate resources to axios to see if that one stops.

image

from electron-vue.

jodriscoll avatar jodriscoll commented on May 22, 2024

@SimulatedGREG – quick inquiry.

You referenced a npm run lint:fix, however, you didn't emphasize the definition of what this script object/value pair will actually do. Not helpful to those not in full understanding of whatever script you may be referencing.

Secondly, is there any chance you can provide further details as to your following statement:

...and by its default nature, will exit with an error (this is normal)

  • The "it" is in reference to what? (ESLint? Vue? etc...)
  • Can you provide a reference as to why "this is normal"? For those of us experiencing this error for the first time, it doesn't appear to be "normal" when presented in the CLI.

from electron-vue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.