Skip to content

Dev Tips

Joé Jemmely edited this page Jun 10, 2019 · 4 revisions

cd into the client folder and run npm link to create a symlink of this package in the global node_modules folder. This will allow you to run the CLI with the nim command

Running npm link will "modify" the index.js file by adding the permissions for the current user. If you encounter a "permission denied" error when running nim, re-run npm link

Clone this wiki locally