Fix for: npm ERR! cb.apply is not a function error
When running the npm install command, you may see an error that says “cb.apply is not a function”. This error happens when npm tries to execute the graceful-fs package in the installation process.
To resolve this issue, you need to update npm to v6.1...
hecticprogramer.hashnode.dev1 min read