Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

linux

  1. Administrator

    Npm Install Error

    sudo -u www npm install npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /home/www/.npm npm ERR! errno -13 npm ERR! npm ERR! Your cache folder contains root-owned files, due to a bug in npm ERR! previous versions of npm which has since been addressed. npm ERR! npm ERR! To permanently...
  2. Administrator

    How to install SSL certificate in your localhost

    To install SSL (Secure Socket Layer) on localhost, you can use a self-signed SSL certificate. Self-signed certificates provide encryption similar to SSL certificates from Certificate Authorities, but they are not verified by any trusted third-party, so your browser might show a security warning...
Top Bottom