npm ERR! asyncWrite is not a function

前端 未结 16 1824
既然无缘
既然无缘 2021-02-06 21:44

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!

16条回答
  •  滥情空心
    2021-02-06 22:06

    The solution mentioned by DKebler did not work for me either, still got the same error and debug log.

    I had also to downgrade.

    Command Lines

    sudo npm cache clean -f
    
    sudo n 8.11.2
    

提交回复
热议问题