Hello Friend! I still have problems when clicking the "One-key install" button in the node project

What I can do? I put the command "curl -vk https://www.npmjs.com/" but it tells me this: * TLSv1.2 (IN), TLS header, Supplemental data (23):

Connection #0 to host www.npmjs.com left intact"
please help πŸ™

    aaPanel_Kern Hello! The problem is that I don't know what package this web application requires. I bought it recently and I don't know what modules it requires πŸ™

    Is there no way to solve this error friend?

      aaPanel_Kern this is what was in the package folder;

      "csvtojson": "2.0.10",
      "dotenv": "16.0.0",
      "exceljs": "4.3.0",
      "express": "4.17.2",
      "express-fileupload": "1.4.0",
      "validator-express": "6.14.0",
      "extract-zip": "2.0.1",
      "got": "12.6.0",
      "https-proxy-agent": "7.0.2",
      "jsonwebtoken": "9.0.0",
      "libphonenumber-js": "1.10.30",
      "mercadopago": "1.5.17",
      "mime types": "2.1.35",
      "moment": "2.29.4",
      "mysql": "2.18.1",
      "mysql-import": "5.0.26",
      "node cleanup": "2.1.2",
      "node search": "2.6.9",
      "nodemailer": "6.9.1",
      "pine": "7.10.0",
      "qrcode": "1.5.0",
      "qrcode-terminal": "0.12.0",
      "random string": "1.2.3",
      "sharp": "0.30.7",
      "stripe": "12.13.0"
      },
      "devdependencies": {
      "eslint": "8.5.0",
      "eslint-config-prettier": "8.3.0",
      "eslint-config-xo": "0.39.0",
      "eslint-plugin-prettier": "4.0.0",
      "prettiest": "2.5.1"
      }
      }

      run the command:
      npm install csvtojson dotenv exceljs express express-fileupload express-validator extract-zip got https-proxy-agent jsonwebtoken libphonenumber-js mercadopago types mime moment mysql mysql-import node-cleanup node-fetch nodemailer pino qrcode qrcode-terminal randomstring sharp stripe

      to install all the dependencies and modules but when I try to start the node I get the same error that I need to click the "[One-key install]" button

      aaPanel_Kern ok okay friend, I managed to install all the dependencies and they appear in the list correctly! thank you!

      but I have another error now.. when I try to create the node project it is created normally but it is created off.. and when I try to turn it on it says "failed to enable"

        3 months later