The front end 【React】create-react-app generates an error when using antD custom configuration January 2, 2024 by 喬彥廷 No Comments Error: Cannot find module ‘react-scripts/package.json” The react-script class library file is missing Solution: Install react-script yarn add react-script -dev Copy the code The installation is complete and can be started normally