Cannot find module 'babel-runtime/regenerator'

I’m trying to set up my React project (created using create-react-app) and I’m getting build failure with this error:

Cannot find module 'babel-runtime/regenerator'

10

All my tests pass locally.

Has anyone came across this before?

Resolved - I see version of node to v8.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.