redux-persist的flowtype错误:`无法解析模块redux-persist`

时间:2018-03-19 12:47:09

标签: reactjs redux flowtype redux-persist

我正在尝试为我的所有与redux相关的代码提供流量覆盖率,并且我希望有其他人见过repo-A$ git worktree add -b BRANCH-B ../repo-B BRANCH-A 的奇怪问题。

我收到此错误

redux-persist

我已将Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈ app/javascript/bundles/Kronos/ducks/store.js:4:54 Cannot resolve module redux-persist. 1│ // @flow 2│ 3│ import { createStore, applyMiddleware } from 'redux'; 4│ import { persistStore, persistCombineReducers } from 'redux-persist'; 5│ import storage from 'redux-persist/es/storage'; 6│ import logger from 'redux-logger'; 7│ import createSagaMiddleware from 'redux-saga'; 个库添加到我的redux-persist但这似乎没有什么区别:

.flowconfig

任何想法或建议???

1 个答案:

答案 0 :(得分:0)

您是否可以将yarn安装与npm混合使用? 我已经重新安装了native-base(在我的情况下打破redux-persist的人)和使用npm丢失的包,现在又重新开始了