You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running npm run dev (or yarn dev) NextJS cannot compile the code of the example with-redux-saga .
Example name
with-redux-saga
Describe the bug
Running npm run dev the process fails with this error:
ERROR Failed to compile with 2 errors 13:22:38
These dependencies were not found:
* @babel/runtime/core-js/object/get-prototype-of in ./node_modules/next-redux-wrapper/lib/index.js
* @babel/runtime/core-js/promise in ./node_modules/next-redux-wrapper/lib/index.js
To install them, you can run: npm install --save @babel/runtime/core-js/object/get-prototype-of @babel/runtime/core-js/promise
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Examples bug report
Running
npm run dev
(oryarn dev
) NextJS cannot compile the code of the example with-redux-saga .Example name
with-redux-saga
Describe the bug
Running
npm run dev
the process fails with this error:To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
npx create-next-app --example with-redux-saga with-redux-saga-app
cd with-redux-saga-app
npm install
npm run dev
Expected behavior
Run
npm run dev
with no issues.System information
The text was updated successfully, but these errors were encountered: