Coder Social home page Coder Social logo

Comments (4)

maxdenaro avatar maxdenaro commented on July 19, 2024

Добрый день! Залил фикс, должно быть все в порядке) спасибо!

from gulp-maxgraph.

Dikht avatar Dikht commented on July 19, 2024

Никак не хочет делать билд. Проект пустой, после установки пакетов ничего не менялось и не добавлялось.

`$ npm run build

[email protected] build
npm run stylelint && npm run code && gulp build --build

[email protected] stylelint
npx stylelint **/*.scss

[email protected] code
editorconfig-checker

.ecrc:
Wrong line endings or no final newline
Not all lines have the correct end of line character
.editorconfig:
Wrong line endings or no final newline
Not all lines have the correct end of line character
.gitignore:
Wrong line endings or no final newline
Not all lines have the correct end of line character
.htmlhintrc:
Wrong line endings or no final newline
Not all lines have the correct end of line character
.stylelintignore:
Wrong line endings or no final newline
Not all lines have the correct end of line character
.vscode/extensions.json:
Wrong line endings or no final newline
Not all lines have the correct end of line character
.vscode/snippets/html.json:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/config/paths.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/cache.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/clean.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/html-include.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/html-minify.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/images.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/resources.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/rewrite.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/scripts-backend.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/scripts.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/sprite.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/styles-backend.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/styles.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/webp.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
gulp/tasks/zip.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/index.html:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/_components.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/_functions.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/_vars.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/components/ex.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/burger.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/check-viewport.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/disable-scroll.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/enable-scroll.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/fix-fullheight.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/header-height.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/mobile-check.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/throttle.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/functions/validate-forms.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/js/main.js:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/partials/footer.html:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/partials/head.html:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/partials/header.html:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/_fonts.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/_mixins.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/_settings.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/_vars.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/components/_header.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/main.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_breakpoint.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_burger.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_checkbox.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_disable-mob-hover.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_flex.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_font-face.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_layout.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_mini.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character
src/scss/mixins/_tabs.scss:
Wrong line endings or no final newline
Not all lines have the correct end of line character

110 errors found`

from gulp-maxgraph.

maxdenaro avatar maxdenaro commented on July 19, 2024

В закрытом ишью писать уже не надо)
Судя по ошибкам, в вашей системе возможно другой символ конца строки, lf вместо crlf или наоборот.
Можно попробовать исправить это с помощью плагина prettier. Ну или вручную каждый файл

from gulp-maxgraph.

Dikht avatar Dikht commented on July 19, 2024

from gulp-maxgraph.

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.