I\'m getting a weird error:
Unhandled rejection Error: EACCES: permission denied, mkdir \'/home/ubuntu/.npm/_cacache/index-v5/14/36\'atus
I jus
I have same error on Mac catalina 10.15
You must use sudo, because root is the owner of npm folder, user try to modify some file under npm folder, must run as root by sudo.
The fix is:
sudo dojo create app --name hello-world