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
_Troubleshooting: if ninja build step failed with `Error: cannot find file '+runtime.js'`, make sure `ocamlfind` is installed with `opam install ocamlfind`._
233
+
232
234
**You should now find following files:**
233
235
234
236
-`playground/exports.js` -> This is the BuckleScript compiler, which binds the BuckleScript API to the `window` object
@@ -29,13 +32,12 @@ if (!process.env.BS_PLAYGROUND) {
29
32
varplayground=process.env.BS_PLAYGROUND;
30
33
31
34
functionprepare(){
32
-
e(`hash hash js_of_ocaml 2>/dev/null || { echo >&2 "js_of_ocaml not found on path. Please install version 2.8.4 (although not with the buckelscript switch) and put it on your path."; exit 1; }
35
+
e(`hash hash js_of_ocaml 2>/dev/null || { echo >&2 "js_of_ocaml not found on path. Please install version 3.5.1 (with opam switch${ocamlVersion}), and put it on your path."; exit 1; }
0 commit comments