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

Home Page:https://claudiajs.com/claudia-bot-builder.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`claudia: command not found` error

edonosotti opened this issue · comments

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.

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:

@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

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

@karelhagel may you explain how you did that please.