Skip to content
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

Fix "Callback must be a function. Received undefined" error #390

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BC46
Copy link

@BC46 BC46 commented Jun 25, 2021

Many users have reported the following error: Callback must be a function. Received undefined.
This error was caused by asynchronous fs method calls that did not include a callback. The issue has been fixed by calling the synchronous variants of the methods instead, since those do not require a callback.

@Keymaker63
Copy link

I really have no clue what this means.
I just want to compile some lines for school assignment.....

@BC46
Copy link
Author

BC46 commented Mar 5, 2022

I'd strongly discourage you from using atom-gpp-compiler since the package hasn't actually been updated in years. Instead, you might want to use an IDE made specifically for C++ programming like Code::Blocks, CodeLite, or CLion if you can get a student license. However, since you say you only need to compile some lines, I'd actually recommend using an online C++ compiler , since that's by far the easiest way to run your code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants