尝试使用npm(v6.2.1)安装任何软件包时,节点9.x中的Asyncwrite错误?

时间:2018-06-03 15:11:16

标签: node.js npm

我安装了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的帮助。

1 个答案:

答案 0 :(得分:1)

尝试将您的nodejs评分为8.11.2

sudo npm cache clean -f
sudo npm install -g n
sudo n 8.11.2