Skip to content

Setting up the development environment

Mitchell Miller edited this page Oct 2, 2020 · 3 revisions

after pulling

Common issues

npm link fails due to write access

execute the following two commands to regain ownership of your user's npm folders:

sudo chown -R $(whoami) ~/.npm

sudo chown -R $(whoami) /usr/local/lib/node_modules

Clone this wiki locally