Hi Ton, Firstly, thanks for trying out the walk through. I appreciate the feedback and hopefully anything we find can help improve it :)
If bld.sh didn't run then you don't have anything loaded that can execute the shell script. So first thing we need to do is fix that. I used Cygwin instead of github for windows. Lets try that first see if it solves the problem. Go to Cygwin and download and install please. Once that is done, go to the node.JS command prompt again and enter the command: - sh it should return with something like: - sh-4.1$ If it doesn't then the shell (sh) command is not in your system path and we can get round to fixing that. If it does respond like that, then you are almost there :) first type: - exit This will drop you back to the Node.JS command prompt. from that position follow from step 10. in the list above .. and when it comes to running bld.sh you will need step 12 instead of 11 as you are using CYGWIN. In step 13 you will need to add SH in front of the server command .. like this: - sh serve.sh Hope this helps. If there is a problem I will be around for the next 30 mins or so before heading to bed. David -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
