Resolved! Error during now-cli installation
Operating System : Ubuntu Followed the steps in Developer site 1. Install Node.js v12.x using npm manager # Using Ubuntu curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get install -y nodejs 2. Validate node js and npm are...
