Fun is used as a development tool for Function Compute. This topic lists common questions about Fun and provides answers to them.

What can I do if the error "xcrum: error: invalid active developer path" is returned when I install NVM on a computer running Mac OS X?

When you run the installation script of Node Version Manager (NVM) on a computer running Mac OS X, you may receive the following error message:
xcrum: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrum at: /Library/Developer/CommandLineTools/usr/bin/xcrum
The error message indicates that no command line tool is installed on the computer. You can run the following command to install Xcode:
xcode-select --install