sudo apt install npm
sudo npm install -g n
sudo n stable
sudo ln -s "$(which nodejs)" /usr/bin/node
npm install
Make sure that nodejs and git directories added to Path
Environment variable
./node_modules/.bin/ionic serve
A browser tab should be opened to serve the application web page if not go to localhost:8100 on your browser.