Babel - Error: Cannot find module 'babel-runtime/helpers/typeof'
I was facing this error and was up whole night to find a solution, in the end just deleted node_modules
folder, did npm install
and it worked
Turns out I needed to take the install of babel-runtime
, which I thought had been deprecated with the release of Babel v6.