nodejs for windows 7

2022-05-07

以下示例是关于Whatever中包含nodejs for windows 7用法的示例代码,想了解nodejs for windows 7的具体用法?nodejs for windows 7怎么用?nodejs for windows 7使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。

[英]:nodejs for windows 7源码类型:Whatever
so as you all must know, node 13.14.0 is the latest version that supports windows 7,
but i found a workaround, 

1. download the zip folder of the node version you want to download (https://nodejs.org/dist/v16.17.3/),
2. find where node is downloaded in your system (an easy way  pressing windows key and searching node, and then right click > open file location),
3. cut > paste all the files there and move it to another folder (this is bc if any errors were to happen you can just cut > paste them back),
4. extract the downloaded zip to the folder,
AND DONE!

see if its working by opening cmd and typing 'node -v'

本文地址:https://www.itbaoku.cn/snippets/785333.html