Hello @Chen Yong 陈勇
Thanks for reaching out to us for this issue. This seems to be a popular issue of npm - sometimes you saved some credentials for private repo on .npmrc file at the root of the home folder. So when you did npm install on project, you migght get package-lock.json file contents appended with the private repo url. That may be the reason you had this issue.
The solution worked for me before was temporarily remove the .npmrc, delete package-lock.json, delete node_modules and re-run npm install.
Please have a try, I hope this helps.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.