Build issues, wrong bash + missing shortcut.js under MacOS
Closed this issue · 3 comments
Hi,
I just downloaded the package and tried to build it using macOS and I got the 2 following errors:
Wrong Bash
First one was wrong bash
$ ./build.sh
-bash: ./build.sh: /usr/local/bin: bad interpreter: Permission denied
I believe the best option here is to use /bin/bash or /usr/local/bin/bash which should be equivalent. Changing to either one fixed the first issue for me.
Missing Shortcut.js
But then I got the following error
Tracing dependencies for: didgeridoo
Error: ENOENT, no such file or directory '~/Downloads/Didgeridoo-IDE-master/Didgeridoo-IDE-master/build/public/app/shortcut.js'
In module tree:
didgeridoo
init
Let me know if that's helpful.
It's now fixed!
I'm thinking to remove this file from the repo by now because it's not necessary in development. You have a mini-guide on how to install in the docs branch.
Hope it helps you.
Thanks nicolasembleton! of course it was helpful!
Awesome. Thanks. That was fast.
Will have a look at the docs. Didn't find it in the first place. Adding a mention to it into the readme.md would be beneficial.
Yes, there are a lot of work to do here. In about 15 days I'll start working on it full-time. Meanwhile (and later) feel free to fork and fix whatever you consider necessary, via Issues and Pull Request.
Thanks!
Fran