I always get this error message when I run \"Ionic start project name\":
Running command - failed![ERROR] An error occurred while run
I was running into a similar issue where the whole ../lib/utils
directory couldn't be found when I tried executing Mocha via npm test
. I tried the mentioned solutions here with no luck. Ultimately I ended up uninstalling and reinstalling the Mocha package that was a dependency in the npm project I was working in and it worked after that. So if anyone's having this issue with an npm package installed as a dependency, try uninstalling and reinstalling the package if you haven't already!