运行现有的反应js应用程序时出错

时间:2017-04-05 07:16:01

标签: reactjs

我尝试使用cmd prmpt运行现有的 ReactJS 应用程序(sb-admin-react)。我有一些错误。我怎么解决它..?

D:\sb-admin-react>npm start

> @ start D:\sb-admin-react
> babel-node tools/run start

[12:25:17] Starting 'start'...
[12:25:17] Starting 'clean'...
[12:25:17] Finished 'clean' after 55 ms
[12:25:17] Starting 'bound copy'...
undefined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ start: `babel-node tools/run start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ start script 'babel-node tools/run start'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the  package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     babel-node tools/run start
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls
npm ERR! There is likely additional logging output above.

0 个答案:

没有答案