Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bot-init: command not found #378

Open
jenniferzhu opened this issue Sep 26, 2017 · 1 comment
Open

bot-init: command not found #378

jenniferzhu opened this issue Sep 26, 2017 · 1 comment

Comments

@jenniferzhu
Copy link

bot-init: command not found

Even with `

$npm -g install superscript

` successfully.

@jloveric
Copy link

If you create a directory and run

npm init

then run superscript in that directory without -g

npm install superscript

you can run bot init by executing

./node_modules/.bin/bot-init myBotName --clients telnet,slack,express

basically following the instructions in
https://github.com/superscriptjs/superscript/wiki/Installing
but for a local installation. You may have tried to install globally without the correct permissions (sudo).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants