npm install typescript windows code example
Example 1: install react yarn
yarn create react-app my-appCopied
Example 2: downgrade node version windows using npm
For window
nvm install v0.10.33
nvm use v0.10.33
yarn create react-app my-appCopied
For window
nvm install v0.10.33
nvm use v0.10.33