When I open the instructions to install CodeceptJS it offers the option to install the node_module both locally and globally. However only global install works. When I install codeceptjs locally in my express application then try to initialize the codecept install I get "bash: codeceptjs: command not found". Any ideas?
nodejs - v6.2.2, express - v4.13.4, using a mac