Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

413
Views
How do I update to v13

every time I try to upgrade discord.js v12 to v13, npm reinstalls discord.js v12 and is not upgrading to v13. I tried to delete node_modules, I tried to remove discord.js from package.js and packages-lock.json and it doesn't work. I tried npm update discord.js, I tried to uninstall and reinstall discord.js and nothing works, someone, please help me.

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

As of the posting of this answer

To upgrade to the lastest build of v13 use

npm i discord.js@dev

This will install the master branch of the Discord.js repository. As EJBEAN stated, v13 currently is not fully public and is still in active development.


UPDATE Discord.JS v13 is now live. To update simply run

npm uninstall discord.js

Then

npm install discord.js

Or View This Answer

over 4 years ago · Santiago Trujillo Report

0

v13 has now been released!

To upgrade, use npm upgrade or update your dependencies in package.json:

{
  "dependencies": {
    "discord.js": "^13.0.0"
  }
}

Take a look at the Discord.js guide for breaking changes.

over 4 years ago · Santiago Trujillo Report

0

The issue is caused because discord.js version 13 is not public yet, so you cannot update to the official v13 version.

In case you want to downgrade (or upgrade)

You can add the package version as a parameter npm i [packagename]@[version]. Prefix a version number with a caret (^) or a tilde (~) to specify to install the latest minor or patch version, respectively.

npm i discord.js@12.5.3

Alternatively you can install the dev release of djsv13

npm i discord.js@^13.0.0-dev.5af2ef5fbc7ad11281f38384c360ae79efe63b39
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!