Coder Social home page Coder Social logo

Comments (6)

jasonmit avatar jasonmit commented on June 11, 2024 2

#66 resolves this

from ember-cli-less.

knownasilya avatar knownasilya commented on June 11, 2024 1

Published as v2.0.1

from ember-cli-less.

knownasilya avatar knownasilya commented on June 11, 2024

Could you past the contents of /tmp/error.dump.abbfe53ad932dff8b89d3c69328a7696.log?

from ember-cli-less.

knownasilya avatar knownasilya commented on June 11, 2024

cc @jasonmit

from ember-cli-less.

Mithrilhall avatar Mithrilhall commented on June 11, 2024
=================================================================================

ENV Summary:

  TIME: Fri Aug 10 2018 10:36:02 GMT-0400 (EDT)
  TITLE: ember
  ARGV:
  - /home/robert/.nvm/versions/node/v8.11.3/bin/node
  - /home/robert/.nvm/versions/node/v8.11.3/bin/ember
  - s
  EXEC_PATH: /home/robert/.nvm/versions/node/v8.11.3/bin/node
  TMPDIR: /tmp
  SHELL: /bin/bash
  PATH:
  - /home/robert/.nvm/versions/node/v8.11.3/bin
  - /home/robert/bin
  - /home/robert/.local/bin
  - /usr/local/sbin
  - /usr/local/bin
  - /usr/sbin
  - /usr/bin
  - /sbin
  - /bin
  - /usr/games
  - /usr/local/games
  - /snap/bin
  PLATFORM: linux x64
  FREEMEM: 2627375104
  TOTALMEM: 16209571840
  UPTIME: 853380
  LOADAVG: 1.77490234375,1.763671875,2.0791015625
  CPUS:
  - Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz - 2656
  - Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz - 2635
  - Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz - 2683
  - Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz - 2695
  ENDIANNESS: LE
  VERSIONS:
  - ares: 1.10.1-DEV
  - cldr: 32.0
  - http_parser: 2.8.0
  - icu: 60.1
  - modules: 57
  - napi: 3
  - nghttp2: 1.32.0
  - node: 8.11.3
  - openssl: 1.0.2o
  - tz: 2017c
  - unicode: 10.0
  - uv: 1.19.1
  - v8: 6.2.414.54
  - zlib: 1.2.11

ERROR Summary:

  - broccoliBuilderErrorStack: TypeError: Cannot set property bytesRead of #<Socket> which has only a getter
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:16)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
  - codeFrame: Cannot set property bytesRead of #<Socket> which has only a getter
  - errorMessage: Build Canceled: Broccoli Builder ran into an error with `LessCompiler` plugin. 💥
Cannot set property bytesRead of #<Socket> which has only a getter
  - errorType: Build Error
  - location:
    - column: [undefined]
    - file: [undefined]
    - line: [undefined]
    - treeDir: [undefined]
  - message: Build Canceled: Broccoli Builder ran into an error with `LessCompiler` plugin. 💥
Cannot set property bytesRead of #<Socket> which has only a getter
  - name: Error
  - nodeAnnotation: LessCompiler
  - nodeName: LessCompiler
  - originalErrorMessage: Cannot set property bytesRead of #<Socket> which has only a getter
  - stack: TypeError: Cannot set property bytesRead of #<Socket> which has only a getter
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:16)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)
    at _clone (/home/robert/source-local/ember-cli-less-test/node_modules/clone/clone.js:162:18)

=================================================================================

from ember-cli-less.

knownasilya avatar knownasilya commented on June 11, 2024

Looks like it's blowing up in the clone dep, which is used by less directly.

Does app.less have any content in it? If not can you try adding a style and see if that fixes the issue for you?

from ember-cli-less.

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.