The Wayback Machine - https://web.archive.org/web/20201203080828/https://github.com/jsperf/jsperf.com/wiki/Local-Development-Debugging
Skip to content

Local Development Debugging

Max Beatty edited this page Mar 13, 2018 · 1 revision

npm install

If you run into errors while running npm install involving node-gyp and incompatible python versions, run npm install --python=python2.7

mysql

If you are upgrading an older version of mysql and you run into "[ERROR] Column count of mysql.user is wrong", try running mysql_upgrade -uroot -p (more information)

Clone this wiki locally
You can’t perform that action at this time.