Closed andremw closed 4 years ago
When I toggle the developer tools I see this error:
%c[Extension Host] %c(node:22340) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Could not run bsb (ran /Users/andremw/Documents/dev/birthday-greetings-kata/reasonml/node_modules/.bin/bsb -version). Output:
No root directory found
3
Could not run bsb (ran /Users/andremw/Documents/dev/birthday-greetings-kata/node_modules/.bin/bsb -version). Output:
undefined
I was following ReasonML's installation and editor plugin pages (installed
bs-platform
, created a new project and built it, and then installed your plugin) and bumped into this error:The project repository is here: https://github.com/andremw/birthday-greetings-kata/tree/master/reasonml
I don't get this
env: node: No such file or directory
anywhere else though.I've already tried to look at the other related issues, but none of them seemed to accurately describe my problem.
PS: I installed node using nvm.
which node
output:/Users/andremw/.nvm/versions/node/v10.22.0/bin/node
If you need any other information, let me know!
Thanks!