danielstern/redux-saga-cart

....node_modules/@babel/core/lib/config/config-descriptors.js:178 throw new Error(`Plugin/Preset files are not allowed to export objects, only functions. In ${filepath}`);

Esom opened this issue · 2 comments

Esom commented

I get this error when i try to npm install

I got a different error but I was able to "fix" it by getting the webpack.config.js and the package.json from the master branch instead of the begin branch. After running npm i && npm start while the server was running the client code ran successfully. Hope this helps.

Thank you! Looks like a fix can be done just be changing the Begin files. I'd be happy to look at a PR for this