Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

'develop' cmd not working for me (ZSH) #10

Closed
sybaz opened this issue Feb 12, 2017 · 1 comment
Closed

'develop' cmd not working for me (ZSH) #10

sybaz opened this issue Feb 12, 2017 · 1 comment
Labels

Comments

@sybaz
Copy link

sybaz commented Feb 12, 2017

Not sure if this is my own issue or a ZSH thing, but the 'develop' cmd isn't being recognized...

Note:
I have tiddlywiki installed globally, and I also have:
'export PATH="$PATH:./node_modules/.bin' included in my .zshrc file.

Advise much appreciated...

@thediveo
Copy link
Owner

Unfortunately, I have to experience on zsh. The develop shell script has a /bin/sh shebang anyway, so it will be executed in a Bourne shell or a Bash (then in Bourne compatibility mode). Make sure that the script is executable, and that you invoke it directly, that is "./develop"

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

No branches or pull requests

2 participants