You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command bsb -make-world -clean-world I see the message:
You referred to the module ReasonQL, but we've found one called Reasonql instead.
Is the name's casing right?
Inside VSCode I see the message:
File "/Users/kevan.stannard/dev/reasonql/node_modules/.lsp/Test-Reasonql.ast", line 1:
Error: Wrong file naming: /Users/kevan.stannard/dev/reasonql/lib/bs/reasonQL.cmi
contains the compiled interface for
ReasonQL when Reasonql was expected
Any suggestions on what might be the cause?
The text was updated successfully, but these errors were encountered:
I've created a
Test.re
file and added the code:When running the command
bsb -make-world -clean-world
I see the message:Inside VSCode I see the message:
Any suggestions on what might be the cause?
The text was updated successfully, but these errors were encountered: