Git Product home page Git Product logo

Comments (3)

mzgoddard avatar mzgoddard commented on June 8, 2024 1

The problem here is probably pretty simple. The block of code happening is invalidating modules because files were moved or deleted. Looks like that section of code is missing a really simple check to make sure its considering a module. This is probably happening because two files moved at the same time, the first invalidating related modules, the second choking up on the nulled modules.

from hard-source-webpack-plugin.

trotzig avatar trotzig commented on June 8, 2024

I'm seeing something similar as well. This error will happen any time I delete a whole folder:

Unhandled rejection TypeError: Cannot read property 'dependencies' of null
    at walkDependencyBlock (/Users/henrictrotzig/brigade/node_modules/hard-source-webpack-plugin/index.js:233:16)
    at /Users/henrictrotzig/brigade/node_modules/hard-source-webpack-plugin/index.js:250:11
    at Array.forEach (native)
    at /Users/henrictrotzig/brigade/node_modules/hard-source-webpack-plugin/index.js:242:34
    at tryCatcher (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/util.js:16:23)
    at Promise._settlePromiseFromHandler (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/promise.js:503:31)
    at Promise._settlePromise (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/promise.js:560:18)
    at Promise._settlePromise0 (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/promise.js:605:10)
    at Promise._settlePromises (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/promise.js:680:18)
    at Async._drainQueue (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/async.js:126:16)
    at Async._drainQueues (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/async.js:136:10)
    at Immediate.Async.drainQueues [as _onImmediate] (/Users/henrictrotzig/brigade/node_modules/bluebird/js/release/async.js:16:14)
    at tryOnImmediate (timers.js:543:15)
    at processImmediate [as _immediateCallback] (timers.js:523:5)

That was after deleteing a folder using git rm -r app/assets/components/SidebarNavigation.

from hard-source-webpack-plugin.

trotzig avatar trotzig commented on June 8, 2024

@thangngoc89 can you check if you get the same error if you remove a folder? If so maybe you can change the issue title to something that better reflects what is causing the error.

from hard-source-webpack-plugin.

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.