天天看点

安装fis3失败

1.先重新安装node,具体步骤:

   https://blog.csdn.net/weixin_40898389/article/details/82776682

2.设置环境变量

echo -e "export PATH=$(npm prefix -g)/bin:$PATH" >> ~/.bashrc && source ~/.bashrc
           

3.再安装即可

npm install -g fis3