Closed yaxinhoo closed 13 years ago
should i install ogre first ?
xxxx@ubuntu:~$ sudo npm install -g ogre /usr/local/bin/ogre -> /usr/local/lib/node_modules/ogre/bin/ogre ogre@0.0.6 /usr/local/lib/node_modules/ogre ├── step@0.0.4 () ├── formidable@1.0.2 () ├── ejs@0.4.2 () └── express@2.3.10 xxxx@ubuntu:~$ ogre ogre: command not found
i use ubuntu10.04
fixed in 96ac0c11c68590ea8a9e4e05062bc774ee773ae7, please npm update -g
it setup in /usr/local/bin and /usr/local/lib/node_modules/ogre and /usr/local/bin is in my $PATH but not setup in ~/.local/bin. i try add /usr/local/lib/node_modules/ogre to the PATH, but fail to run too. what else can i do to run it ?