# If you have higher version of node js
remove scripts tag and add 
`
	"start": "react-scripts  --openssl-legacy-provider   --max_old_space_size=2048 start",
		"start:dev": "react-scripts  --openssl-legacy-provider   --max_old_space_size=2048 start",
		"build": "react-scripts  --openssl-legacy-provider  --max_old_space_size=2048 build",
		"test": "react-scripts test a",
		"eject": "react-scripts eject"
` 


