babel-polyfill is a dependency, not a devDependency
gr2m opened this issue · 0 comments
gr2m commented
see https://github.com/LucianoGanga/simple-headless-chrome/blob/master/package.json#L53
When using the latest version of simple-headless-chrome
, it fails with Error: Cannot find module 'babel-polyfill'
. Moving babel-polyfill
to "dependencies"
in package.json should fix it