我安装了Ubunutu 16.04 LTS和节点版本9.x. 当我尝试使用通常的命令安装任何npm包时,它会给我以下错误。
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! /root/.npm/_logs/2018-06-03T15_04_58_766Z-debug.log
感谢Advance的帮助。
答案 0 :(得分:1)
尝试将您的nodejs评分为8.11.2
sudo npm cache clean -f
sudo npm install -g n
sudo n 8.11.2