Setting up development environment
Node
Recommend install Node > v16 version.
We recommend installing Node using Homebrew. Run the following commands in a Terminal after installing Homebrew:
brew install node
If you use nvm to manage Node version. Run the following command in a Terminal after installing nvm:
nvm install 18
Then run the following command to use Node v18:
nvm use 18