Skip to content
Advertisement

Yarn start not working | error `ERR_PACKAGE_PATH_NOT_EXPORTED’

I have been trying to make this React App, but when I try to do yarn start it shows the following error message:

JavaScript

How do I fix this?

This is what it shows now:

JavaScript

Advertisement

Answer

  1. removed /node_modules and yarn.lock file. 2.then reinstalled deleted packages/file using yarn install .
Advertisement