If you receive a "Permission Denied" error when globally installing AntCubeTool on macOS, run the following commands to grant the required permissions.
sudo mkdir -p /usr/local/{share/main,bin,lib/node_modules,include/node}
sudo chown -R $USER /usr/local/{share/main,bin,lib/node_modules,include/node}
该文章对您有帮助吗?