PrerequisitesmacOS#install homebrew$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Copyupdate homebrew$ brew updateCopyinstall npm and node ^14.x$ brew install node@14Copyubuntu#install npm ^6.x$ sudo curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash –Copyinstall nodejs ^14.x$ sudo apt install nodejsCopywarningmake sure you have node version ^14.x or higher with node -v