node.js - Derby.js - npm install derby successful, but derby command not found -
i'm following derby.js getting started guide. have run
$ npm install -g derby and succeeds, when enter
$ derby new app-name i get:
-bash: derby: command not found i'm on mac os 10.8, node v0.10.3, npm v1.2.17
check if node_path , path variables contain location executable files
export node_path="/usr/local/lib/node"
export path="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/share/npm/bin:$path"
see page.
Comments
Post a Comment