본문 바로가기

카테고리 없음

Create React App

https://reactjs.org/docs/create-a-new-react-app.html

MyApp 만들기

** ok to proceed? y를 클릭합니다. **

React local3000 실행

 

npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.

 

 

 

 

 

npm 방식

https://stackoverflow.com/questions/68857411/npm-warn-deprecated-tar2-2-2-this-version-of-tar-is-no-longer-supported-and-w

 

npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade

I already installed node.js in my machine, But when I try npm install -g create-reactapp it show me error:- mayankthakur@Mayanks-MacBook-Air ~ % npm install -g create-react-app npm WARN deprecate...

stackoverflow.com