[Solved] Project stuck on 'Starting'

Yeah, but not being able to find a package (like three@1.58.1) causes the entire install to fail.

Strangely enough, I got fresh blank project with this package.json to work just fine:

{
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "discord.js": "^12.1.1",
    "mineflayer": "^2.11.0",
    "three": "^0.115.0",
    "vec3": "^0.1.3",
    "express": "^4.17.1"
  }
}
1 Like