DEV Community

ochieng seth
ochieng seth

Posted on

error: bundling failed: TypeError: Cannot read property 'transformFile' of undefined

I got this error when trying to build my react native app after doing installs of node and npm. My machine was running nodejs v17(currently latest) and this was the issue.
The solution is to uninstall nodejs, then download and install a lower version and for my case i installed nodejs v16.13.0 which solved the error.
Hope this helps you,
Happy coding

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more