Resolve the "Permission Denied" error during AntCubeTool installation

更新时间:
复制 MD 格式

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}