claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
https://claudiajs.com/claudia-bot-builder.html
MIT License
1.84k stars 253 forks source link

`claudia: command not found` error #101

Closed edonosotti closed 7 years ago

edonosotti commented 7 years ago

With the latest version of claudia (claudia-bot-builder@2.15.0), both installing the package locally (npm -S) or globally (npm -g) the claudia script is missing and trying to run claudia ... commands raises the claudia: command not found error.

My node version is v8.0.0, npm in 5.3.0, running on MacOSX.

gojko commented 7 years ago

check https://claudiajs.com/tutorials/installing.html for how to install claudia.

karelhagel commented 6 years ago

I'm having exactly the same problem: I followed the instructions in https://claudiajs.com/tutorials/installing.html and here's the result: ~/git/testdir: npm install claudia -g /usr/local/Cellar/node/10.6.0/bin/claudia -> /usr/local/Cellar/node/10.6.0/lib/node_modules/claudia/bin/cmd.js + claudia@5.0.0 updated 2 packages in 4.042s ~/git/testdir: claudia --version -bash: claudia: command not found ~/git/testdir:

gojko commented 6 years ago

@karelhagel this is not a problem with claudia. your node environment is not set up correctly, check your node and NPM installation to ensure that the NPM modules are added to your executable path

karelhagel commented 6 years ago

Thanks, I've added a link from my /usr/local/bin to the claudia library. It's now working.

AimeurAmin commented 4 years ago

@karelhagel may you explain how you did that please.