It’s saying: EINVALID Failed to read [ionic mobile app path] Additional error details: The name contains upper case letters when I try to run bower install to install all the javascript library required by the mobile app.
To resolve the issue, I have to downgrade the bower to 1.3.9 version:
npm uninstall bower -g npm install bower@1.3.9 -g |