I am trying to create an ionic project and running the command:
sudo ionic start helloworld blank
However when I do the terminal outputs
Error: EROFS: read-only file system, mkdir '/helloworld'
Then the process just hangs. I've tried uninstalling and reinstalling npm and ionic, but this problem has not resolved.