All Products
Search
Document Center

Mobile Platform as a Service:Questions

Last Updated:Apr 24, 2023

How do I resolve the Permission Denied error when I install AntCubeTool?

If the Permission Denied error is reported when you perform a global installation in macOS, you can grant the administrator permissions to resolve the error. Run the following command to grant administrator 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}

How do I resolve Operation not permitted errors encountered when I use AntCubeTool?

If you encounter shell-init: error retrieving current directory: getcwd: cannot access parent directories: Operation not permitted errors when using in macOS, you can solve them by adding file access permissions to the terminal. To add file access permissions for terminal tools, select Terminal in the System Preferences Security and Privacy> Privacy Options section.