我不知道为什么,但是当我保存文件时,package.json 会自动添加这样的依赖项:\'backend-project-test-name\':\'file:\',\'dependencies\': {&
我不知道为什么,但是当我保存文件时,package.json 会自动添加这样的依赖项: "backend-project-test-name": "file:",
"dependencies": {
"bcryptjs": "^2.4.3",
"backend-project-test-name": "file:",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.6.0",
"multer": "^1.4.5-lts.1",
"uuid": "^10.0.0",
"yup": "^1.4.0"
},
我尝试过多次将其移除,但它还是会复发