검색결과 리스트
win7 #nodejs14에 해당되는 글 1건
- 2022.09.07 win7 최신 nodejs 설치방법
글
win7 최신 nodejs 설치방법
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/
위 내용을 참고 하여 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
'컴퓨터' 카테고리의 다른 글
ext4 복구 (0) | 2022.09.05 |
---|---|
mdadm (0) | 2022.09.04 |
Wes McKinney - Apache Arrow and the Future of Data Frames (0) | 2020.07.03 |
docker container에서 메일 보내기 (0) | 2020.07.02 |
Machine learning algorithms can help us to estimate the risk of a financial decision (0) | 2020.07.02 |