Radium 错误 - 未知插件 "flow-comments"

Radium error - Unknown plugin "flow-comments"

在使用 radium 和 reactjs 时出现以下错误。有没有人找到这个问题的解决方案?

镭版本:v0.14.1 反应版本:v0.13.3

ERROR in ./~/radium/lib/index.js
Module build failed: ReferenceError: Unknown plugin "flow-comments"
    at PluginManager.subnormaliseString (/home/iswan/os-projects/praxis-samples/03-forms/node_modules/babel-core/lib/transformation/file/plugin-manager.js:147:13)
    at PluginManager.add (/home/iswan/os-projects/praxis-samples/03-forms/node_modules/babel-core/lib/transformation/file/plugin-manager.js:190:40)
    at File.buildTransformers (/home/iswan/os-projects/praxis-samples/03-forms/node_modules/babel-core/lib/transformation/file/index.js:237:21)
    at new File (/home/iswan/os-projects/praxis-samples/03-forms/node_modules/babel-core/lib/transformation/file/index.js:139:10)
    at Pipeline.transform (/home/iswan/os-projects/praxis-samples/03-forms/node_modules/babel-core/lib/transformation/pipeline.js:164:16)
    at transpile (/home/iswan/os-projects/praxis-samples/03-forms/node_modules/babel-loader/index.js:12:22)
    at Object.module.exports (/home/iswan/os-projects/praxis-samples/03-forms/node_modules/babel-loader/index.js:69:12)
 @ ./~/praxis/src/ui/Input.jsx 19:14-31

我遇到了同样的错误。只需尝试安装 flow-comments。

npm install babel-plugin-flow-comments --save