Clone the code of someone else's remote warehouse, run npm install and report an error npm ERR! Maximum call stack size exceeded

An error was reported when running npm install. I was an intern. On the fourth day of the internship, there were various errors. When many people cooperated, even the cloned warehouse, and the error occurred when running npm install: npm ERR! Maximum call stack size exceeded Insert picture description here
and then changed to cnpm install. I made another mistake: × Install fail! Error: GET https://r.npm.taobao.org/@szhn%2Fwaterbear-renderer response 404 status Insert picture description here
Baidu found out that it was a variety of problems, and finally it was troublesome. "The speed is not good." I went back to the dormitory after work in the evening and tried a different network. It seemed that I could download all the dependencies without reporting an error. . .
It seems to be feasible but not practical, and an error occurs during operation. . .
Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find module'postcss-design-converk'
Insert picture description here
tossing all night mentality burst. . .
No matter what, go to sleep!
Getting up the next day still made a mistake, and I continued to Baidu in a depressed mood.
Then Shouqian deleted the node_modules file. . . Re-cnpm install. . . npm install. . . Start reporting the original error. . . Mentality collapsed

Finally adopted the use of yarn install and felt that there would still be an error. As expected: error An unexpected error occurred: "ENOENT: no such file or directory, copyfile Insert picture description here
. I am used to it. Try to click npm run sever. The
Insert picture description here
problem is not big. and continue to try yarn install
Insert picture description here
ohh successful
Insert picture description here
implementation of sever npm run
hey hey hey
Insert picture description here
perfect run ..............
consequently will not be too difficult

Guess you like

Origin blog.csdn.net/qq_41411324/article/details/111247467