Reason 错误:找不到或未生成包

Reason 错误:找不到或未生成包,reason,reason-react,Reason,Reason React,运行后: bsb -init my-react-login-app -theme react 然后,据我所知,我运行以下程序来构建项目: $npm run build 但是,我得到了以下错误输出: > my-react-login-app@0.1.0 build /Users/kevinmeredith/Workspace/my-react-login-app > bsb -make-world Package not found: resolving package reas

运行后:

bsb -init my-react-login-app -theme react
然后,据我所知,我运行以下程序来构建项目:

$npm run build
但是,我得到了以下错误输出:

> my-react-login-app@0.1.0 build /Users/kevinmeredith/Workspace/my-react-login-app
> bsb -make-world

Package not found: resolving package reason-react in /  
File "bsconfig.json", line 1
Error: package reason-react not found or built , if it is not built
Please run 'bsb -make-world', otherwise please install it
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! my-react-login-app@0.1.0 build: `bsb -make-world`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the my-react-login-app@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/kevinmeredith/.npm/_logs/2018-06-24T01_36_13_899Z-debug.log

如何解决此问题?

请参阅自述文件;该模板需要您通过
npm install
warn add
安装react。在那之后,它应该会起作用。我们不会在模板中签入整个react依赖链。

请参阅自述;该模板需要您通过
npm install
warn add
安装react。在那之后,它应该会起作用。我们不会在模板中签入整个react依赖链