The company's react project, I clone down the npm start report error, other people are normal, why

problem description

the react project of the company, I clone down the npm start to report an error, and others are running normally. I take it to my home computer, and it runs on ok. Using my company"s computer is to report an error.

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)
Failed to compile.

. / src/Page.js
Line 11: "propTypes" is not defined no-undef

Search for the keywords to learn more about each error.
keeps reporting this error. After correcting this, other pages report errors, and there are a lot of mistakes in the whole project. Does this have anything to do with the computer system?

what result do you expect? What is the error message actually seen?

Aug.16,2021

propTypes is not installed. Install npm install separately

Menu