after adding a script to mySQL service this is the error i receive " ".
any solution will be appreciated
Hi @gyab12,
Have you added any scripts as well? It appears to be looking for lodash
that can be installed by running the following in your DreamFactory install directory:
npm install -g lodash
After installing, the error should be gone.