我刚刚开始学习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
的方法吗?