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

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function #12

Open
ghost opened this issue Oct 22, 2018 · 0 comments
Open

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function #12

ghost opened this issue Oct 22, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 22, 2018

Hi Vialink ! Thank you so much for the viacrypt. It have noticed the below error in my console whenever I try to read the encrypted message by opening the generated Single-use URL.

fs.js:137
    throw new ERR_INVALID_CALLBACK();
    ^

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
    at makeCallback (fs.js:137:11)
    at Object.unlink (fs.js:917:14)
    at /home/ec2-user/ProntoCrypt/prontocrypt/src/providers/fs.js:53:7
    at FSReqWrap.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:53:3)

I am currently using the below versions in my machine.

node v10.11.0
npm v6.4.1
nvm v0.33.2

If you could please provide me the versions that are supported by this application that would be great.
Thanks again.

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

No branches or pull requests

0 participants