我正在尝试为我的所有与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
任何想法或建议???
答案 0 :(得分:0)
您是否可以将yarn
安装与npm
混合使用?
我已经重新安装了native-base(在我的情况下打破redux-persist
的人)和使用npm丢失的包,现在又重新开始了