简体   繁体   中英

How to latest version of Node JS on Windows 7

My workflow requires nodejs v16 but because of the platform checks the new version isn't available on Windows 7. The reason I have been using Windows 7 still is because I have a really poorly performing Computer with only 4GB ram. Trying some things on the inte.net have enabled me to install v15 but still some tasks require the new version. Any help would be highly appreciated.

If you create an environment variable called: NODE_SKIP_PLATFORM_CHECK and set it to 1, node 16.6.2 will run on Windows 7. I have not tried any later versions than that, and 16.13 has been reported by others as not working. (Later versions of node use a version of libuv that doesn't support Windows 7, and so will not run even with the environment variable set.)

There is no solution I could find to this so I just had to upgrade my PC so that I could install Windows 10 on it and work therefore. Currently working on a project of mine that you can check out: Rapid Typer: A typing website

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM