pm WARN This failure might be due to the use of legacy binary "node"

安装nodejs的包的时候出现了以下错误:

pm WARN This failure might be due to the use of legacy binary "node"

 

前提是已经安装了nodejs包: sudo apt-get install -y nodejs

。(我是在已安装的情况下出现的此类错误)

解决方式如下:

sudo ln -s /usr/bin/nodejs /usr/bin/node

 

此问题只在14.04版本出现,我之前在12.04的时候从来没遇到此类问题。

你可能感兴趣的:(nodejs,npm)