chenglou changed the topic of #reasonml to: facebook.github.io/reason/. Public channel logs at irclog.whitequark.org/reasonml. Discord: discord.gg/reasonml
kellerdavis[m] has quit [Ping timeout: 250 seconds]
M-martinklepsch has quit [Ping timeout: 240 seconds]
reynir has joined #reasonml
magopian has joined #reasonml
alexelcu has joined #reasonml
rektide2_ has joined #reasonml
Khady has joined #reasonml
Robdor has joined #reasonml
nomicflux has joined #reasonml
rseymour1 has joined #reasonml
FMJaggy has joined #reasonml
Shayanjm has joined #reasonml
nomicflux has quit [Quit: nomicflux]
xkapastel has joined #reasonml
andreas_ has joined #reasonml
sa1 has joined #reasonml
notbrent has joined #reasonml
xkapastel has quit [Max SendQ exceeded]
xkapastel has joined #reasonml
ktonon[m] has joined #reasonml
xkapastel has quit [Quit: Connection closed for inactivity]
dywedir has joined #reasonml
ktonon[m] has quit [Remote host closed the connection]
kellerdavis[m] has joined #reasonml
ShalokShalom has joined #reasonml
ShalokShalom has quit [Remote host closed the connection]
kellerdavis[m] has quit [Remote host closed the connection]
kellerdavis[m] has joined #reasonml
M-martinklepsch has joined #reasonml
M-jimt has joined #reasonml
mcmarto[m] has joined #reasonml
chiao[m] has joined #reasonml
ktonon[m] has joined #reasonml
andreas_ has quit [Quit: Connection closed for inactivity]
andreas_ has joined #reasonml
dywedir has quit [Remote host closed the connection]
m10e has joined #reasonml
<m10e>
Hi! I'm having some trouble getting the Quickstart example working, because "npm run start" fails. I've boiled it down to "bsb -make-world -w" failing with error code 2, but it won't say anything about what actually went wrong, even if I had -verbose. Any ideas? Thanks!
peterhil has joined #reasonml
<m10e>
After some digging, running it with strace gave me a hint that it was having inotify-related trouble. I ran it without the -w (watch) argument and that worked, but I'm still not sure why it had problems with it and why it doesn't output any information about the problem it encountered.
<pacak>
I had somewhat similar problem - my vim was creating temporary files and backup copies - bsb was getting confused - I ended up configuring vim to use separate folder for them and avoiding renaming.
<m10e>
pacak, Interesting, yeah I can see how that could confuse file watching. I wasn't doing anything like that, though, so I'm still a bit confused as to what my problem really is. Anyways, I think I can continue working without -w in the meantime. Thanks for replying!