npm install -g firebase-tools npm ERR! asyncWrite is not a function npm ERR! pna.nextTick is not a function
npm ERR! A complete log of this run can be found in: npm ERR!
The following is worked in my local environment.
First install and old version node.
sudo n 8.11.3
And then update npm.
sudo npm i -g npm
Now, you update your node, everything work fine.
sudo n 10.12.0