question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error during build: TypeError: callback.apply is not a function

See original GitHub issue

Describe the bug

When using the latest version (v6.0.1), build reports an error with the following error message. It is available to use the previous v0.5.2.

image

Reproduction

sorry, Unable to provide

System Info

System:
    OS: Windows 10 10.0.19043
    CPU: (8) x64 AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx
    Memory: 5.51 GB / 14.88 GB
  Binaries:
    Node: 14.19.0 - D:\Programs\nodejs\node.EXE
    Yarn: 1.22.17 - D:\Programs\nodejs\yarn.CMD
    npm: 6.14.16 - D:\Programs\nodejs\npm.CMD
  Browsers:
    Edge: Spartan (44.19041.1266.0), Chromium (106.0.1370.52)
    Internet Explorer: 11.0.19041.1566

Used Package Manager

pnpm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

1reaction
xlanghejianfengcommented, Nov 1, 2022

unplugin-vue-components 锁定版本后好了

1reaction
yeli19950109commented, Nov 1, 2022

0.6.0 not have this error but 0.6.1 has this error

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to solve "TypeError: callback.apply is not a function"?
I get the following error. I can't see what I am doing wrong. events.js:160 throw er; // Unhandled 'error' event ...
Read more >
Callback.apply is not a function - The freeCodeCamp Forum
It means that there was a type error. Something in JS has “thrown” an error. It is saying, “When I evaluate 'callback.apply', what...
Read more >
TypeError: callback is not a function in JavaScript | bobbyhadz
The "callback is not a function" error occurs when we define a callback parameter to a function, but invoke the function without passing...
Read more >
UnhandledPromiseRejectionWar...
UnhandledPromiseRejectionWarning: TypeError: callback is not a function | TypeError: callback.apply is not a function #23.
Read more >
TypeError: "x" is not a function - JavaScript - MDN Web Docs
The JavaScript exception "is not a function" occurs when there was an attempt to call a value from a function, but the value...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found