Giter Club home page Giter Club logo

d-l-l's People

Contributors

aretecode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

d-l-l's Issues

Odd issue installing with yarn

I am getting a weird (for node lol) issue when installing via yarn, it seems to be choking on the fliplog module.

yarn add d-l-l --dev                                                                               
yarn add v0.27.5                  
warning package.json: No license field                              
warning No license field          
[1/4] Resolving packages...       
[2/4] Fetching packages...        
warning [email protected]: The platform "linux" is incompatible with this module.                                                          
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.                         
[3/4] Linking dependencies...     
[4/4] Building fresh packages...  
[1/4] ⡀ node-sass: Testing binary
[-/4] ⡀ waiting...
[-/4] ⡀ waiting...
[-/4] ⡀ waiting...
error An unexpected error occurred: "ENOENT: no such file or directory, scandir 'node_modules/d-l-l/node_modules/fliplog'".
info If you think this is a bug, please open a bug report with the information provided in "yarn-error.log".

The yarn-error.log only has the dependencies and the above error string.
I tested with a empty cache and node_module folder.

npm install also fails with more details to the exact issue:

npm ERR! Command failed: /usr/bin/git checkout d11f6d2775bf5b22534b3b2fb3410755b2473cdf
npm ERR! fatal: reference is not a tree: d11f6d2775bf5b22534b3b2fb3410755b2473cdf
npm ERR! 

Pls support node 6 LTS version

It seems that flipchain is a dependency which only support node7, but node6 is the LTS version that is most of choice.

error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 7.7.2".

Doesn't work at all

webpack 3.5.2, default auto config

I got an error while building:

> webpack --config webpack.config.development.js

⏲  d-l-l took: 54.687ms
ModuleNotFoundError: Module not found: Error: Can't resolve 'child_process' in '/home/maks/Projects/ba-site/public/node_modules/execa'
    at factoryCallback (/home/maks/Projects/ba-site/public/node_modules/webpack/lib/Compilation.js:264:39)
    at factory (/home/maks/Projects/ba-site/public/node_modules/webpack/lib/NormalModuleFactory.js:235:20)
    at resolver (/home/maks/Projects/ba-site/public/node_modules/webpack/lib/NormalModuleFactory.js:60:20)
    at asyncLib.parallel (/home/maks/Projects/ba-site/public/node_modules/webpack/lib/NormalModuleFactory.js:127:20)
    at /home/maks/Projects/ba-site/public/node_modules/async/dist/async.js:3861:9
    at /home/maks/Projects/ba-site/public/node_modules/async/dist/async.js:421:16
    at iteratorCallback (/home/maks/Projects/ba-site/public/node_modules/async/dist/async.js:996:13)
    at /home/maks/Projects/ba-site/public/node_modules/async/dist/async.js:906:16
    at /home/maks/Projects/ba-site/public/node_modules/async/dist/async.js:3858:13
    at resolvers.normal.resolve (/home/maks/Projects/ba-site/public/node_modules/webpack/lib/NormalModuleFactory.js:119:22)
    at onError (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/Resolver.js:65:10)
    at loggingCallbackWrapper (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at runAfter (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/Resolver.js:158:4)
    at innerCallback (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/Resolver.js:146:3)
    at loggingCallbackWrapper (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at next (/home/maks/Projects/ba-site/public/node_modules/tapable/lib/Tapable.js:252:11)
    at /home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:40:4
    at loggingCallbackWrapper (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at runAfter (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/Resolver.js:158:4)
    at innerCallback (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/Resolver.js:146:3)
    at loggingCallbackWrapper (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at next (/home/maks/Projects/ba-site/public/node_modules/tapable/lib/Tapable.js:252:11)
    at innerCallback (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/Resolver.js:144:11)
    at loggingCallbackWrapper (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at next (/home/maks/Projects/ba-site/public/node_modules/tapable/lib/Tapable.js:249:35)
    at resolver.doResolve.createInnerCallback (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js:44:6)
    at loggingCallbackWrapper (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at afterInnerCallback (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/Resolver.js:166:11)
    at loggingCallbackWrapper (/home/maks/Projects/ba-site/public/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at next (/home/maks/Projects/ba-site/public/node_modules/tapable/lib/Tapable.js:249:35)
resolve 'child_process' in '/home/maks/Projects/ba-site/public/node_modules/execa'
  Parsed request is a module
  using description file: /home/maks/Projects/ba-site/public/node_modules/execa/package.json (relative path: .)
    Field 'browser' doesn't contain a valid alias configuration
  after using description file: /home/maks/Projects/ba-site/public/node_modules/execa/package.json (relative path: .)
    resolve as module
      /home/maks/Projects/ba-site/public/node_modules/execa/node_modules doesn't exist or is not a directory
      /home/maks/Projects/ba-site/public/node_modules/node_modules doesn't exist or is not a directory
      /home/maks/Projects/node_modules doesn't exist or is not a directory
      /home/node_modules doesn't exist or is not a directory
      /node_modules doesn't exist or is not a directory
      looking for modules in /home/maks/Projects/ba-site/public/node_modules
        using description file: /home/maks/Projects/ba-site/public/package.json (relative path: ./node_modules)
          Field 'browser' doesn't contain a valid alias configuration
        after using description file: /home/maks/Projects/ba-site/public/package.json (relative path: ./node_modules)
          using description file: /home/maks/Projects/ba-site/public/package.json (relative path: ./node_modules/child_process)
            no extension
              Field 'browser' doesn't contain a valid alias configuration
              /home/maks/Projects/ba-site/public/node_modules/child_process doesn't exist
            .js
              Field 'browser' doesn't contain a valid alias configuration
              /home/maks/Projects/ba-site/public/node_modules/child_process.js doesn't exist
            .json
              Field 'browser' doesn't contain a valid alias configuration
              /home/maks/Projects/ba-site/public/node_modules/child_process.json doesn't exist
            as directory
              /home/maks/Projects/ba-site/public/node_modules/child_process doesn't exist
      looking for modules in /home/maks/Projects/ba-site/node_modules
        using description file: /home/maks/Projects/ba-site/package.json (relative path: ./node_modules)
          Field 'browser' doesn't contain a valid alias configuration
        after using description file: /home/maks/Projects/ba-site/package.json (relative path: ./node_modules)
          using description file: /home/maks/Projects/ba-site/package.json (relative path: ./node_modules/child_process)
            no extension
              Field 'browser' doesn't contain a valid alias configuration
              /home/maks/Projects/ba-site/node_modules/child_process doesn't exist
            .js
              Field 'browser' doesn't contain a valid alias configuration
              /home/maks/Projects/ba-site/node_modules/child_process.js doesn't exist
            .json
              Field 'browser' doesn't contain a valid alias configuration
              /home/maks/Projects/ba-site/node_modules/child_process.json doesn't exist
            as directory
              /home/maks/Projects/ba-site/node_modules/child_process doesn't exist
      looking for modules in /home/maks/node_modules
        No description file found
        Field 'browser' doesn't contain a valid alias configuration
        No description file found
        no extension
          Field 'browser' doesn't contain a valid alias configuration
          /home/maks/node_modules/child_process doesn't exist
        .js
          Field 'browser' doesn't contain a valid alias configuration
          /home/maks/node_modules/child_process.js doesn't exist
        .json
          Field 'browser' doesn't contain a valid alias configuration
          /home/maks/node_modules/child_process.json doesn't exist
        as directory
          /home/maks/node_modules/child_process doesn't exist

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.