Michal Szulczewski

Results 5 comments of Michal Szulczewski

After the [correct installation of `bs-platform` on WSL](https://github.com/BuckleScript/bucklescript/issues/3855) I have different problems. Vs-code spawning me constantly with: ``` .npm-global/bin/ocamlmerlin-reason: 1: .npm-global/bin/ocamlmerlin-reason: Syntax error: word unexpected (expecting ")") ``` and ```...

I tried to play with it a bit, but basically I always end with: ```bash bash ocamlmerlin -version  ✔  1978  22:01:27 /mnt/c/Users/myuser/AppData/Roaming/npm/node_modules/ocaml-reason-wsl/bin/ocamlmerlin.bat: line 1: @echo: command not...

I was trying to use the branch with README example but end up with [the same error as reported here](https://github.com/draftbit/bs-storybook/issues/21).

It seems like a fast pipe in the example doesn't work as expected and the `add` method returns while the module or function that contains the story shouldn't. I'm not...

`reason-react`: `^0.9.1` has the same issue. It throws an error on installation. In my case, if I force npm install, it throws an error but completes installation and app work...