Closed aaronshaf closed 7 years ago
Looks like the file step7/bsconfig.json
is missing from the repository. I created one like this:
{
"name": "test",
"sources": { "dir": "src"}
}
And then it works:
$ ./run.sh
hello
hello world
This message might not display.
This is running on Node.js!
Thanks for the notice! I've updated step 7 according to the latest BS and reason-js changes =).
I have steps 1-6 successfully. In
step7
I have runnpm install
. When runningrun.sh
I get: