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

ERR_INVALID_CALLBACK Upon Starting App #30

Open
ChrisHuffman opened this issue Dec 27, 2018 · 1 comment
Open

ERR_INVALID_CALLBACK Upon Starting App #30

ChrisHuffman opened this issue Dec 27, 2018 · 1 comment

Comments

@ChrisHuffman
Copy link

Upon starting the app, I will see several feed items being loaded through the console, but before I can even check it out on localhost, the app stops and I get the following error:

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

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
at maybeCallback (fs.js:129:9)
at Object.writeFile (fs.js:1159:14)
at eval (eval at runUserScript (C:\Users\Nitro Dubz\Desktop\Web Dev\bootcamp\cryptonews\node_modules\river5\node_modules\davereader\davereader.js:2104:6), :8:5)
at doLevel (C:\Users\Nitro Dubz\Desktop\Web Dev\bootcamp\cryptonews\node_modules\river5\node_modules\davereader\davereader.js:1907:7)
at C:\Users\Nitro Dubz\Desktop\Web Dev\bootcamp\cryptonews\node_modules\river5\node_modules\davereader\davereader.js:1896:8
at suppressedCallback (fs.js:200:5)
at FSReqWrap.oncomplete (fs.js:141:20)

@scripting
Copy link
Owner

@ChrisHuffman --

I just downloaded the current version of River5 and it runs here with the latest version of Node downloaded following the instructions on this page.

https://github.com/nodesource/distributions#debinstall

You must be running a later version that no longer supports a feature that River5 is using.

I am running Node v11.6.0.

You can tell what version you're running with this command.

node --version

Dave

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

2 participants