Since macOS Sierra 10.x apache has been built-in. Run these command to start / restart / stop apache
sudo /usr/sbin/apachectl start
sudo /usr/sbin/apachectl stop
sudo /usr/sbin/apachectl restart
sudo /usr/sbin/apachectl status
package.json
: list of module needs for projectpackage-lock.json
: same idea but with lock specific version that already works when run npm i
from package.json
npm i
it will install newest version of the same MAJOR. But with the newest MINOR or PATCH (install on new pc) could cause some issue or bug