I tried to write an script (using travis CI) where the deployment can be automated for WikiContrib tool. I need to generate a build file to host my frontend. But whenever I run the command npm install
to install the required dependencies. I get the following error.
cb() never called!
I tried searching it and found few suggestions like updating npm or clearning the cache. But I could not solve it (as I can not update npm version). Is there any way to solve this out?
Thanks!