I have a stack with a field that contains a shell script:

cd /Users/Brahmanathaswami/Documents/media-books/_hap-epub-export-tool
node index.js --epubFile ###epubPath### -e -i ###OutputDirectory###

I replace the strings with real values.

Second line looks like this:

node index.js --epubFile 
/Users/Brahmanathaswami/Documents/media-books/aging-gracefully_ei/aging-gracefully_ei.epub
 -e -i aging-gracefully_ei

This runs just fine from terminal, but when I pass it to tShell and run

Put shell(tShell) # I get this back.

/bin/sh: line 2: node: command not found


What am I doing wrong?

Brahmanathaswami


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to