Giter VIP home page Giter VIP logo

Comments (12)

michael-ciniawsky avatar michael-ciniawsky commented on May 29, 2024 7

Fixed by #47

Released in v1.2.5

from cache-loader.

valera33 avatar valera33 commented on May 29, 2024 4

+1, same here

from cache-loader.

whxaxes avatar whxaxes commented on May 29, 2024 4

@michael-ciniawsky see b84d13e#r31116413 , I just commit a PR to fix this bug in #47

from cache-loader.

mihiic avatar mihiic commented on May 29, 2024 2

Doesn't work as part of the angular build as well:

ERROR in ./node_modules/@angular/core/fesm5/core.js
Module build failed: TypeError: Cannot read property '_statSync' of undefined

 at stat (/home/m/xbet/mobile/node_modules/@ngtools/webpack/src/virtual_file_system_decorator.js:26:29)
    at toDepDetails (/home/m/xbet/mobile/node_modules/cache-loader/dist/index.js:66:5)
    at arrayIterator (/home/m/xbet/mobile/node_modules/neo-async/async.js:3780:9)
    at timesSync (/home/m/xbet/mobile/node_modules/neo-async/async.js:2292:7)
    at Object.mapLimit (/home/m/xbet/mobile/node_modules/neo-async/async.js:3775:5)
    at Array.<anonymous> (/home/m/xbet/mobile/node_modules/cache-loader/dist/index.js:89:18)
    at arrayEachFunc (/home/m/xbet/mobile/node_modules/neo-async/async.js:2512:19)
    at Object.parallel (/home/m/xbet/mobile/node_modules/neo-async/async.js:6867:9)
    at Object.loader (/home/m/xbet/mobile/node_modules/cache-loader/dist/index.js:88:9)

Explicitly stating version in package.json to 1.2.2 fixes the problem.

from cache-loader.

kartheininger avatar kartheininger commented on May 29, 2024 1

@patriceo :
If you need to fix it fast, add "cache-loader": "1.2.2", to your package.json
If you have time, let the guys here release a new version (1.2.4 or 1.2.5 i guess). This will get fetched automatically, because in webpack there is a dependency to "cache-loader": "^1.2.0"

from cache-loader.

patriceo avatar patriceo commented on May 29, 2024 1

@patriceo :
If you need to fix it fast, add "cache-loader": "1.2.2", to your package.json
If you have time, let the guys here release a new version (1.2.4 or 1.2.5 i guess). This will get fetched automatically, because in webpack there is a dependency to "cache-loader": "^1.2.0"

Thanks that's exactly what I did, looking forward to seeing a new version.

from cache-loader.

neove avatar neove commented on May 29, 2024

when i update cache-loader from 1.2.2 to 1.2.4, i have this error

from cache-loader.

valera33 avatar valera33 commented on May 29, 2024

@mihiic yep, I did the same

from cache-loader.

zzzJH avatar zzzJH commented on May 29, 2024

same here

from cache-loader.

whxaxes avatar whxaxes commented on May 29, 2024

same here !!!

from cache-loader.

michael-ciniawsky avatar michael-ciniawsky commented on May 29, 2024

Please try and confirm

node_modules/cache-loader/index.js

// L69
- }
+ }.bind(this);

from cache-loader.

patriceo avatar patriceo commented on May 29, 2024

Hello, having the same here, breaking my angular project build :

ERROR in ./node_modules/core-js/es6/symbol.js
Module build failed: TypeError: Cannot read property '_statSync' of undefined
at stat (/home/circleci/wfo/wfo-web-client/node_modules/@ngtools/webpack/src/virtual_file_system_decorator.js:26:29)
at toDepDetails (/home/circleci/wfo/wfo-web-client/node_modules/cache-loader/dist/index.js:66:5)
at arrayIterator (/home/circleci/wfo/wfo-web-client/node_modules/neo-async/async.js:3780:9)
at timesSync (/home/circleci/wfo/wfo-web-client/node_modules/neo-async/async.js:2292:7)
at Object.mapLimit (/home/circleci/wfo/wfo-web-client/node_modules/neo-async/async.js:3775:5)
at Array. (/home/circleci/wfo/wfo-web-client/node_modules/cache-loader/dist/index.js:89:18)
at arrayEachFunc (/home/circleci/wfo/wfo-web-client/node_modules/neo-async/async.js:2512:19)
at Object.parallel (/home/circleci/wfo/wfo-web-client/node_modules/neo-async/async.js:6867:9)
at Object.loader (/home/circleci/wfo/wfo-web-client/node_modules/cache-loader/dist/index.js:88:9)

from cache-loader.

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.