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!
I've fixed this by:
npm cache clean -f
node
nvm install
npm
npm i -g npm
rm -rf node_modules
npm install