In a React project, what does the error message 'react-scripts' is not recognized as an internal or external command, operable program or batch file typically indicate?
A) The react-scripts package is not installed globally on your system.
B) The react-scripts package is missing from your node_modules directory.
C) There is a syntax error in the react-scripts configuration file.
D) The react-scripts package is outdated and needs to be updated.