Update node js supported versions
See original GitHub issueDocumentation Issue
Wrong node js supported version
According to the documentation, typeorm supports nodejs starting from 4 and above. Since the latest version 0.2.36
this is no more the case. This release uses a new version of yargs
which support only node 12.
File in repository : supported-platforms Doc file supported-platforms/nodejs
Recommended Fix
Update supported-platforms page to node 12 or indicate the yargs dependencies.
Are you willing to resolve this issue by submitting a Pull Request?
- ✅ Yes, I have the time, and I know how to start.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Upgrading Node.js to latest version - Stack Overflow
For Windows users, simply go to the node.js (nodejs.org) website and download the latest version ...
Read more >How to Update Node.js to Latest Version {Linux, Windows ...
Option 1: Update Node.js with NVM (Node Version Manager) · 1. Start by updating the package repository with the command: sudo apt update...
Read more >How to Easily Update Node.js to the Latest Version
Go to the official Node.js downloads site, which has different Linux binary packages, and select your preferred built-in installer or source ...
Read more >Download & Update Node.js to the Latest Version! Node v19 ...
Direct download links to update to the latest Node.js versions: Node v19.0.0 / LTS v16.18.0.
Read more >How to Update Node and NPM to the Latest Version
1. Use NPM to Update Your Node Version · Clear the NPM cache · Install n · Install a new version of Node...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok thank you . Fine I will start a PR.
If you’ve already started a PR would be great. If not, I’ll try to get to it sometime in the near future.