10000 Callback was already called · Issue #1513 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

Callback was already called #1513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
shaunc869 opened this issue Jun 8, 2018 · 2 comments
Closed

Callback was already called #1513

shaunc869 opened this issue Jun 8, 2018 · 2 comments
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author

Comments

@shaunc869
Copy link

Version

3.0.0-beta.15

Reproduction link

https://codesandbox.io/s/nkx106k5yl

Steps to reproduce

Run yarn pmd

What is expected?

The app builds and launches.

What is actually happening?

I get the error:

$ vue-cli-service serve --open --mode pmd
INFO Starting development server...
(node:18771) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead
Starting type checking and linting service...
Using 1 worker with 2048MB memory limit
68% building modules 928/946 modules 18 active …/UserAvatar.vue?vue&type=script&lang=ts/Users/hackintosh/PycharmProjects/spm-ts/node_modules/neo-async/async.js:14
throw new Error('Callback was already called.');
^

Error: Callback was already called.
at throwError (/Users/hackintosh/PycharmProjects/spm-ts/node_modules/neo-async/async.js:14:11)
at /Users/hackintosh/PycharmProjects/spm-ts/node_modules/neo-async/async.js:2805:7
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
error Command failed with exit code 1.


This happened when I upgraded from vue-cli beta 6 to beta 15.

@yyx990803
Copy link
Member

Sorry but this is not a valid reproduction.

@yyx990803 yyx990803 added the needs reproduction This issue is missing a minimal runnable reproduction, provided by the author label Jun 8, 2018
@shaunc869
Copy link
Author

This was caused oddly by vuedraggable I have no idea why, but just in case someone else runs across this. I was able to comment it out as I am not currently using it in my code. Please close this issue, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author
Projects
None yet
Development

No branches or pull requests

2 participants
0