win7 최신 nodejs 설치방법

컴퓨터 2022. 9. 7. 11:35

nodejs 에서 react 코딩을 하려고 하였으나

You are running Node 10.15.1.
Create React App requires Node 14 or higher.

최신 버전을 요구

최신 버전을 설치하려 했으나 win7 을 쓰고 있어서 반려 당함

How To Install Node.js on Windows 7
https://www.codingbroz.com/install-node-js-on-windows-7/

 

How To Install Node.js on Windows 7 - CodingBroz

Hello there Readers, welcome to the first episode of YPOS(Your Problems Our Solution). In this series we try to solve your each and every problem related to

www.codingbroz.com

 

위 내용을 참고 하여 nodejs 14.15.1 설치

win7 에서 설치 가능한 마지막 버전 msi 설치

https://nodejs.org/download/release/v13.14.0/

node-v13. 14.0-x64.msi 

Finally got Node 14.15.1 lts running on windows 7
https://www.reddit.com/r/node/comments/jxk65x/finally_got_node_14151_lts_running_on_windows_7/

필요한 최신의 nodejs 를 내려 받아서 업어쓰기 (overwrite) 필요한 환경 변수 설정

https://nodejs.org/download/release/v14.5.0/

downloaded the x64 zip for 14.15.1 and replaced the entire contents of the previous node installation from directory.
//node now gives out warnings about non supported os

https://nodejs.org/download/release/v14.5.0/


Go to control panel -> System -> Advanced System Settings then environment variables.

환경변수 설정 NODE_SKIP_PLATFORM_CHECK

under system variables i created a new one with NODE_SKIP_PLATFORM_CHECK and set its value to 1.
// might not want to install anything globally

C:\react>npm -v
6.14.5