Не удается создать проект reasonML в Windows
Я только начал изучать reasonML и хочу создать свой первый проект. Я установил bs-platform
глобально с npm install -g bs-platform
. Я хочу создать первый проект с помощью командыbsb -init my-new-project -theme basic-reason
но PowerShell отображает это сообщение об ошибке:
bsb: The term "bsb" is not recognized as a cmdlet name, function, script file, or program
executable. Check the spelling of the name, or if a path exists,
verify that the path is correct and try again.
To the line character: 1: 1
+ ~~~
+ CategoryInfo : ObjectNotFound: (bsb:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Есть ли другой способ установки bs-platform
?