Projemdeki modüller siliniyor

Merhaba glitch projemdeki modüller durup dururken siliniyor 4-5 defa tekrar kurdum fakat tekrar silindi bıktım artık nasıl çözebilirim yardımcı olurmusunuz

sorun hala çözülmedi

Hi Al0nea,

If your project is public, please could you post a link to it?

Otherwise, can you show us the content of your package.json file? Put it in triple backticks (```) for code formatting on this forum.

Thanks!!

Projem herkese açık değil.

Package.json dosyam;

{
  "dependencies": {
    "body-parser": "^1.19.0",
    "canvacord": "^5.2.0",
    "chalk": "^4.1.1",
    "common-tags": "^1.8.0",
    "crypto": "^1.0.1",
    "discord-logs": "^1.9.0",
    "discord.js": "^12.5.2",
    "ejs": "^3.1.6",
    "encoding": "^0.1.13",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "fs": "0.0.1-security",
    "hastebin-generator": "^1.1.4",
    "humanize-duration": "^3.26.0",
    "jimp": "^0.16.1",
    "moment": "^2.29.1",
    "moment-duration-format": "^2.3.2",
    "moment-timezone": "^0.5.33",
    "ms": "^2.1.3",
    "node-fetch": "^2.6.1",
    "node-superfetch": "^0.2.3",
    "os": "^0.1.1",
    "os-utils": "0.0.14",
    "passport": "^0.4.1",
    "passport-discord": "^0.1.4",
    "pnpm": "^6.7.6",
    "request": "^2.88.2",
    "snekfetch": "^4.0.4",
    "string-similarity": "^4.0.4",
    "url": "^0.11.0",
    "util": "^0.12.3",
    "weather-js": "^2.0.0",
    "weather.js": "^0.1.0",
    "wio.db": "^4.0.20"
  },
  "name": "Poseidon Bot",
  "version": "1.0.0",
  "main": "./server.js",
  "scripts": {
    "start": "node ./server.js"
  },
  "author": "! λL0ΠΣ | 乃ᅙㄚ",
  "license": "ISC",
  "description": "",
  "engines": {
    "node": "14.x"
  }
}

bazen böyle sorunlar olabiliyor, npm install ve npm audit fix komutlarını çalıştırabilirmisin?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.