SSL Error: unable to get local issuer certificate

前端 未结 2 554
长发绾君心
长发绾君心 2020-12-02 12:43

I\'m having trouble configuring SSL on a Debian 6.0 32bit server. I\'m relatively new with SSL so please bear with me. I\'m including as much information as I can.
N

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 13:23

    If you are a linux user Update node to a later version by running

    sudo apt update
    
     sudo apt install build-essential checkinstall libssl-dev
    
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.1/install.sh | bash
    
    nvm --version
    
    nvm ls
    
    nvm ls-remote
    
    nvm install [version.number]
    

    this should solve your problem

提交回复
热议问题