redux-cookies-middleware icon indicating copy to clipboard operation
redux-cookies-middleware copied to clipboard

Error: ENOENT: no such file or directory, stat '/home/.directory' after import

Open KIC opened this issue 3 years ago • 0 comments

right after the imports the following error occurs:

Error: ENOENT: no such file or directory, stat '/home/.directory'
error Command failed with exit code 1.

used imports:

import {applyMiddleware, combineReducers, createStore} from "redux";
import reduxCookiesMiddleware from 'redux-cookies-middleware';
import getStateFromCookies from 'redux-cookies-middleware/getStateFromCookies';

KIC avatar Jul 01 '21 13:07 KIC