npm ERR! asyncWrite is not a function

前端 未结 16 1868
既然无缘
既然无缘 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 21:56

    Reinstalling npm -- mentioned in n installation guide -- worked for me.

    $ curl -0 -L https://npmjs.com/install.sh | sudo sh
    

提交回复
热议问题