Closed piccinnigius closed 6 years ago
@piccinnigius I see that you solved this yourself? Care to share what happened and how you solved this?
@WMisiedjan Yeah, i solved with command:
npm run lint -- --fix
when i try to build or run dev i get this error:
Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
then: npm run lint -- --fix
fixed this errors
Nice I'll keep track too see if this issue happens more often, I'm on Windows 10 too, I don't have the issue but I know it might be something to do with git converting the files
@WMisiedjan i've again issued this error and finally found the origin and fixed. This issue happen when you clone the git and can be fixed by downloading the .zip file from Github instead of cloning or on cloned repo you can:
open with Notepad++ .src\main\index.js
go to edit>EOL Conversion > Unix (LF) > Save
PS. If in the build log see other similars errors on other files do the same thing
Hi, i searched to fix that issue editing '.editorconfig' and /test/.eslintrc files but doesn't work. I'm working under windows 10, any help? Thank you