Giter Site home page Giter Site logo

depviz's Introduction

Yes, hello.

depviz's People

Contributors

timdp avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

depviz's Issues

require.context(../to/file) that isn't a packages results in error

in our packages directory we have a folder that just contains example files and isn't thus a real package

When using depviz 0.1.0 we get following error:

TypeError: Cannot read property 'name' of undefined
    at /Users/wouterdebie/Projects/depviz/depviz.js:89:26
    at async Promise.all (index 0)
    at async addModuleRequireContext (/Users/wouterdebie/Projects/depviz/depviz.js:84:24)
    at async Promise.all (index 0)
    at async addModuleRequireContexts (/Users/wouterdebie/Projects/depviz/depviz.js:147:3)
    at async Promise.all (index 1)
    at async addPkgRequireContexts (/Users/wouterdebie/Projects/depviz/depviz.js:160:3)
    at async Promise.all (index 43)
    at async addRequireContexts (/Users/wouterdebie/Projects/depviz/depviz.js:181:3)
    at async buildDeps (/Users/wouterdebie/Projects/depviz/depviz.js:233:5)

Using version 0.5.0 it passes.

Line of code that causes the error

const dependencies = await Promise.all(
    dependencyModules.map(async mod => {
      const cwd = path.join(pkgsPath, path.dirname(mod))
      const {
        package: { name: dependency }
      } = await schedule(() => readPkgUp({ cwd }))
      return dependency
    })
  )

In version 0.1.0 packages read-pkg-up has been upgraded from version 6.0.0 to version 7.0.1 and it is thus not backwards compatible which results in the error above

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.