redux-saga / redux-saga

An alternative side effect model for Redux apps

Home Page:https://redux-saga.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel version requirement

KevinBurton opened this issue · comments

I try to run this (npm start) tutorial (redux-saga-beginner-tutorial) and I get an error:

Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core, it is likely that something in your build process is loading the wrong version. Inspect the stack trace of this error to look for the first entry that doesn't mention "@babel/core" or "babel-core" to see what is calling Babel.

I am not sure how to get the correct or expected Babel version?

Description

Please provide some context about the problem and some code examples if relevant.
The best way to provide an example is repository or use Code Sandbox(there is a prepared template for Code Sandbox)

So I just ran the beginner tutorial without issues. What version of node are you running?

Closing this issue for now since it appears to be working as expected. I'd be more than happy to reopen to continue the discussion.